Uses of Package
seda.sandStorm.lib.aSocket

Packages that use seda.sandStorm.lib.aSocket
Default Package  
seda.sandStorm.lib.Gnutella   
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
seda.sandStorm.lib.http   
 

Classes in seda.sandStorm.lib.aSocket used by Default Package
ATcpClientSocket
          An ATcpClientSocket implements an asynchronous outgoing socket connection.
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpInPacket
          An ATcpInPacket represents a packet which was received from an asynchronous socket.
ATcpServerSocket
          This class represents an asynchronous server socket.
AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
 

Classes in seda.sandStorm.lib.aSocket used by seda.sandStorm.lib.Gnutella
ATcpClientSocket
          An ATcpClientSocket implements an asynchronous outgoing socket connection.
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpInPacket
          An ATcpInPacket represents a packet which was received from an asynchronous socket.
 

Classes in seda.sandStorm.lib.aSocket used by seda.sandStorm.lib.aSocket
aSocketConst
          Internal constants used by the aSocket implementation.
aSocketErrorEvent
          This is the base class for all error events passed up by the aSocket library.
aSocketEventHandler
          Abstract superclass of the event handlers used by aSocket.
aSocketImplFactory
          aSocketImplFactory is an internal abstract class used to represent the interface between the aSocket library and a provider implementation.
aSocketRequest
          This is the superclass for the various requests that can be issued to the aSocketMgr.
aSocketStageWrapper
          Internal stage wrapper implementation for aSocket.
aSocketThreadManager
          aSocketThreadManager provides a thread manager for the aSocket layer: one thread for each of the read, write, and listen stages.
aSocketThreadManager.aSocketThread
          Internal class representing a single aSocketTM-managed thread.
ATcpClientSocket
          An ATcpClientSocket implements an asynchronous outgoing socket connection.
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpConnectRequest
          Request to establish a connection.
ATcpInPacket
          An ATcpInPacket represents a packet which was received from an asynchronous socket.
ATcpListenRequest
          Request to listen on a TCP port.
ATcpServerSocket
          This class represents an asynchronous server socket.
ATcpWriteRequest
          Request to write data to a connection.
AUdpInPacket
          An AUdpInPacket represents a packet which was received from a datagram socket.
AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
AUdpWriteRequest
          Request to write data to a connection.
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.
SelectQueueElement
          A SelectQueueElement is a wrapper for SelectItem which makes it a QueueElementIF.
SelectSourceIF
          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.
 

Classes in seda.sandStorm.lib.aSocket used by seda.sandStorm.lib.aSocket.nbio
aSocketImplFactory
          aSocketImplFactory is an internal abstract class used to represent the interface between the aSocket library and a provider implementation.
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpConnectRequest
          Request to establish a connection.
ATcpListenRequest
          Request to listen on a TCP port.
AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
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.
SelectQueueElement
          A SelectQueueElement is a wrapper for SelectItem which makes it a QueueElementIF.
SelectSourceIF
          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.
 

Classes in seda.sandStorm.lib.aSocket used by seda.sandStorm.lib.aSocket.nio
aSocketImplFactory
          aSocketImplFactory is an internal abstract class used to represent the interface between the aSocket library and a provider implementation.
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpConnectRequest
          Request to establish a connection.
ATcpListenRequest
          Request to listen on a TCP port.
AUdpSocket
          An AUdpSocket implements an asynchronous datagram socket.
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.
SelectQueueElement
          A SelectQueueElement is a wrapper for SelectItem which makes it a QueueElementIF.
SelectSourceIF
          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.
 

Classes in seda.sandStorm.lib.aSocket used by seda.sandStorm.lib.http
ATcpConnection
          An ATcpConnection represents an established connection on an asynchronous socket.
ATcpInPacket
          An ATcpInPacket represents a packet which was received from an asynchronous socket.
ATcpServerSocket
          This class represents an asynchronous server socket.