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(java.net.InetSocketAddress addr,
long uid,
Continuation<java.lang.Long,java.lang.Exception> deliverResponseToMe,
java.util.Map<java.lang.String,java.lang.Object> options)
|
probe
Cancellable probe(java.net.InetSocketAddress addr,
long uid,
Continuation<java.lang.Long,java.lang.Exception> deliverResponseToMe,
java.util.Map<java.lang.String,java.lang.Object> options)
- Parameters:
addr
- the address to probeuid
- the uid with the probedeliverResponseToMe
- let me know how it goesoptions
- tl options
- Returns:
- call me to cancel
Copyright © 2001-2005 - Rice Pastry.