|
Class Summary |
| ConnectSockState |
Internal class used to represent state of a socket while an
outgoing connection is pending. |
| DatagramSockState |
Internal class used to represent state of an active datagram socket. |
| ListenSockState |
Internal class used to represent a server socket listening on a
given port. |
| NBIOFactory |
The NBIO implementation of aSocketImplFactory. |
| SelectQueueElement |
A SelectQueueElement is a wrapper for SelectItem which makes it a
QueueElementIF. |
| SelectSource |
A SelectSource is an implementation of SourceIF which pulls events from
the operating system via the NBIO SelectSet interface. |
| SockState |
Internal class used to represent state of an active socket connection. |