Package com.epam.common.transport.server
Interface ConnectionListener
- All Known Implementing Classes:
ConnectionValidatorListener,PassthroughConnectionListener,RestrictByIPConnectionListener
public interface ConnectionListener
Connection listener interface.
- See Also:
-
Method Summary
-
Method Details
-
onConnect
Invoked when a new connection occurred.- Parameters:
transport- the transport
-