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