asynctcp
Interface ASyncTCPListener

All Superinterfaces:
ASyncListener

public interface ASyncTCPListener
extends ASyncListener

A callback interface allowing a client of this ASyncTCP instance to be notified of when remote hosts establish new connections.

Author:
Michael Parker

Method Summary
 void newConnection(IncomingConnection ic)
          This callback method is invoked when a remote host establishes a new connection to the local host.
 
Methods inherited from interface async.common.ASyncListener
nowRunning, providerStopped, serviceStopped
 

Method Detail

newConnection

void newConnection(IncomingConnection ic)
This callback method is invoked when a remote host establishes a new connection to the local host.

Parameters:
ic - a handle to the remotely established connection