|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aSocket.aSocketErrorEvent
seda.sandStorm.lib.aSocket.ATcpServerSocketClosedEvent
public class ATcpServerSocketClosedEvent
ATcpServerSocketClosedEvent objects will be passed up to the SinkIF associated with an ATcpServerSocket when a server socket dies. This can happen if an attempt to accept an incoming connection fails for some reason, generally due to running out of file descriptors.
| Field Summary | |
|---|---|
ATcpServerSocket |
server_socket
|
| Constructor Summary | |
|---|---|
ATcpServerSocketClosedEvent()
|
|
ATcpServerSocketClosedEvent(ATcpServerSocket sock)
|
|
| Method Summary |
|---|
| Methods inherited from class seda.sandStorm.lib.aSocket.aSocketErrorEvent |
|---|
getMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ATcpServerSocket server_socket
| Constructor Detail |
|---|
public ATcpServerSocketClosedEvent()
public ATcpServerSocketClosedEvent(ATcpServerSocket sock)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||