org.mpisws.p2p.transport.networkinfo
Interface Prober

All Known Implementing Classes:
NetworkInfoTransportLayer

public interface Prober

Called by the ProbeStrategy

Author:
Jeff Hoye

Method Summary
 Cancellable probe(InetSocketAddress addr, long uid, Continuation<Long,Exception> deliverResponseToMe, Map<String,Object> options)
           
 

Method Detail

probe

Cancellable probe(InetSocketAddress addr,
                  long uid,
                  Continuation<Long,Exception> deliverResponseToMe,
                  Map<String,Object> options)
Parameters:
addr - the address to probe
uid - the uid with the probe
deliverResponseToMe - let me know how it goes
options - tl options
Returns:
call me to cancel


Copyright © 2010. All Rights Reserved.