seda.sandStorm.lib.aSocket.nio |
|
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. |
NIOFactory.java | Class | The NIO implementation of aSocketImplFactory. |
NIOSelectorQueueElement.java | Class | A NIOSelectorQueueElement is a wrapper for NIO's SelectionKey which makes
it a QueueElementIF. |
NIOSelectSource.java | Class | A NIOSelectSource is an implementation of SourceIF which pulls events from
the operating system via the NIO Selector interface. |
SockState.java | Class | Internal class used to represent state of an active socket connection. |