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