Rice Pastry API

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)
           
 

Method Detail

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 probe
uid - the uid with the probe
deliverResponseToMe - let me know how it goes
options - tl options
Returns:
call me to cancel

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection