org.jdiameter.server.api.io
Interface INetWorkConnectionListener


public interface INetWorkConnectionListener

This interface allow notifies consumers about created connections


Method Summary
 void newNetWorkConnection(IConnection connection)
          Invoked when an new connection created.
 

Method Detail

newNetWorkConnection

void newNetWorkConnection(IConnection connection)
Invoked when an new connection created.

Parameters:
connection - created connections


Copyright © 2008. All Rights Reserved.