Interface TCPNIOConnection.ConnectResultHandler
-
- Enclosing class:
- TCPNIOConnection
protected static interface TCPNIOConnection.ConnectResultHandlerThis interface implementations can be used to be notified about the TCPNIOConnection connect state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnected()voidfailed(Throwable t)
-
-
-
Method Detail
-
connected
void connected() throws IOException- Throws:
IOException
-
failed
void failed(Throwable t)
-
-