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(java.lang.Throwable t)
-