Uses of Class
seda.sandStorm.lib.aSocket.aSocketErrorEvent

Packages that use aSocketErrorEvent
seda.sandStorm.lib.aSocket   
seda.sandStorm.lib.aSocket.nbio   
seda.sandStorm.lib.aSocket.nio   
 

Uses of aSocketErrorEvent in seda.sandStorm.lib.aSocket
 

Subclasses of aSocketErrorEvent in seda.sandStorm.lib.aSocket
 class ATcpConnectFailedEvent
          ATcpConnectFailedEvent objects will be passed to the SinkIF associated with an ATcpClientSocket when a connection attempt fails.
 class ATcpListenFailedEvent
          ATcpListenFailedEvent objects will be passed to the SinkIF associated with an ATcpServerSocket when an attempt to create that server socket fails.
 class ATcpServerSocketClosedEvent
          ATcpServerSocketClosedEvent objects will be passed up to the SinkIF associated with an ATcpServerSocket when a server socket dies.
 

Methods in seda.sandStorm.lib.aSocket with parameters of type aSocketErrorEvent
protected abstract  void ConnectSockState.error(aSocketErrorEvent error)
           
 

Uses of aSocketErrorEvent in seda.sandStorm.lib.aSocket.nbio
 

Methods in seda.sandStorm.lib.aSocket.nbio with parameters of type aSocketErrorEvent
protected  void ConnectSockState.error(aSocketErrorEvent error)
           
 

Uses of aSocketErrorEvent in seda.sandStorm.lib.aSocket.nio
 

Methods in seda.sandStorm.lib.aSocket.nio with parameters of type aSocketErrorEvent
protected  void ConnectSockState.error(aSocketErrorEvent error)