public interface ISocketEventsCallback
Modifier and Type | Method and Description |
---|---|
void |
onSocketConnect()
Occurs just after the socket connection to the remote host is established.
|
void |
onSocketDisconnect()
Occurs just after the socket connection to the remote host is closed.
|
void |
onSocketException(java.lang.Exception e)
Occurs when the socket throws an exception.
|
void onSocketConnect()
void onSocketDisconnect()
void onSocketException(java.lang.Exception e)
IOException
- the i/o exception that was thrown.