org.mpisws.p2p.transport.networkinfo
Interface ConnectivityResult


public interface ConnectivityResult


Method Summary
 void receiveException(Exception e)
           
 void tcpSuccess(InetSocketAddress from, Map<String,Object> options)
           
 void udpSuccess(InetSocketAddress from, Map<String,Object> options)
           
 

Method Detail

udpSuccess

void udpSuccess(InetSocketAddress from,
                Map<String,Object> options)

tcpSuccess

void tcpSuccess(InetSocketAddress from,
                Map<String,Object> options)

receiveException

void receiveException(Exception e)


Copyright © 2010. All Rights Reserved.