public interface ServerSapListener
Modifier and Type | Method and Description |
---|---|
void |
connectionAttemptFailed(java.io.IOException e) |
void |
connectionIndication(Connection connection) |
void |
serverStoppedListeningIndication(java.io.IOException e)
This function is only called when an IOException in ServerSocket.accept() occurred which was not forced using
ServerSap.stopListening()
|
void connectionIndication(Connection connection)
void serverStoppedListeningIndication(java.io.IOException e)
e
- The IOException caught form ServerSocket.accept()void connectionAttemptFailed(java.io.IOException e)