org.jdiameter.server.api.io
Interface INetworkConnectionListener


public interface INetworkConnectionListener

This interface allow notifies consumers about created connections

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski

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 © 2014. All Rights Reserved.