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