org.mpisws.p2p.transport.priority
Interface PrimarySocketListener<Identifier>


public interface PrimarySocketListener<Identifier>

Notified about primary socket connections.

Author:
Jeff Hoye

Method Summary
 void notifyPrimarySocketClosed(Identifier i)
           
 void notifyPrimarySocketOpened(Identifier i, Map<String,Object> options)
           
 

Method Detail

notifyPrimarySocketOpened

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

notifyPrimarySocketClosed

void notifyPrimarySocketClosed(Identifier i)


Copyright © 2010. All Rights Reserved.