DatagramSocket | |
InputStream | |
nbio.NBIOFileDescriptor | This is a package-internal class used to represent a UNIX file descriptor |
nbio.NonblockingDatagramSocket | A NonblockingDatagramSocket provides non-blocking UDP (datagram) I/O |
nbio.NonblockingInputStream | A NonblockingInputStream is an InputStream which implements nonblocking semantics |
nbio.NonblockingMulticastSocket | NonblockingMulticastSocket provides non-blocking multicast datagram I/O |
nbio.NonblockingOutputStream | A NonblockingOutputStream is an OutputStream with nonblocking semantics |
nbio.NonblockingServerSocket | A NonblockingServerSocket implements a nonblocking variant of java.net.ServerSocket |
nbio.NonblockingSocket | A NonblockingSocket is a socket which exports nonblocking input/output streams |
nbio.NonblockingSocketImpl | |
nbio.NonblockingSocketInputStream | Package-internal class implementing NonblockingInputStream for nonblocking sockets |
nbio.NonblockingSocketOutputStream | Package-internal class implementing NonblockingOutputStream for nonblocking sockets |
OutputStream | |
nbio.Selectable | Selectable is an interface which represents an object (such as a socket or file descriptor) which may be used with the SelectItem and SelectSet classes |
nbio.SelectItem | A SelectItem represents a single socket/file descriptor/etc |
nbio.SelectSet | A SelectSet represents a set of SelectItems which you wish to poll or wait for events to occur on |
nbio.SelectSetDevPollImpl | SelectSetDevPollImpl is an implementation of SelectSet which uses the UNIX /dev/poll mechanism |
nbio.SelectSetImpl | SelectSetImpl represents an internal implementation of SelectSet |
nbio.SelectSetPollImpl | SelectSetPollImpl is an implementation of SelectSet which uses the UNIX poll(2) system call |
Socket |