|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UDPPinger
| Method Summary | |
|---|---|
void |
rank(Collection<? extends IpPort> hosts)
Ranks the specified Collection of hosts. |
void |
rank(Collection<? extends IpPort> hosts,
Cancellable canceller)
Ranks the specified Collection of hosts with the given Canceller. |
void |
rank(Collection<? extends IpPort> hosts,
Message message)
Ranks the specified Collection of hosts with the given message. |
void |
rank(Collection<? extends IpPort> hosts,
MessageListener listener)
Ranks the specified collection of hosts with the given MessageListener. |
void |
rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller)
Ranks the specified collection of hosts with the given MessageListener & Cancellable. |
void |
rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller,
Message message)
Ranks the specified Collection of hosts with the given MessageListener, Cancellable and Message. |
void |
rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller,
Message message,
int expireTime)
Ranks the specified Collection of hosts. |
| Method Detail |
|---|
void rank(Collection<? extends IpPort> hosts)
void rank(Collection<? extends IpPort> hosts,
Message message)
void rank(Collection<? extends IpPort> hosts,
Cancellable canceller)
void rank(Collection<? extends IpPort> hosts,
MessageListener listener)
void rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller)
void rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller,
Message message)
void rank(Collection<? extends IpPort> hosts,
MessageListener listener,
Cancellable canceller,
Message message,
int expireTime)
hosts - the Collection of hosts to ranklistener - a MessageListener if you want to spy on the message. can
be null.canceller - a Cancellable that can short-circuit the sendingmessage - the message to send, can be null.expireTime - The expiry time of the message. If this is < 0, takes the
DEFAULT_LISTEN_EXPIRE_TIME value.
NullPointerException - if the hosts argument is
null
|
LimeWire Consolidated API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||