Package seda.sandStorm.lib.aSocket.nio

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