org.mpisws.p2p.transport
Interface SocketCountListener<Identifier>


public interface SocketCountListener<Identifier>


Method Summary
 void socketClosed(Identifier i, Map<String,Object> options)
           
 void socketOpened(Identifier i, Map<String,Object> options, boolean outgoing)
           
 

Method Detail

socketOpened

void socketOpened(Identifier i,
                  Map<String,Object> options,
                  boolean outgoing)

socketClosed

void socketClosed(Identifier i,
                  Map<String,Object> options)


Copyright © 2010. All Rights Reserved.