com.epam.common.transport.server
Interface ConnectionListener

All Known Implementing Classes:
PassthroughConnectionListener, RestrictByIPConnectionListener

public interface ConnectionListener

Connection listener interface.

See Also:
Server

Method Summary
 void onConnect(Transport transport)
          Invoked when a new connection occurred.
 

Method Detail

onConnect

void onConnect(Transport transport)
Invoked when a new connection occurred.

Parameters:
transport - the transport


Copyright © 2000-2011 EPAM Systems. All Rights Reserved.