All Packages Class Hierarchy This Package Previous Next Index
Interface distinct.rpc.BroadcastHandler
- public interface BroadcastHandler
Defines the interface for the handler that is called for each
reply package to a RPC broadcast request.
- See Also:
- ClientUDP
-
onReply(XDRType, InetAddress)
- Called on each reply to a RPC broadcast request.
onReply
public abstract boolean onReply(XDRType retval,
InetAddress addr)
- Called on each reply to a RPC broadcast request.
- Parameters:
- retval - The returned value.
- addr - The address of the server that sent the reply packet.
- Returns:
- true if the client should not wait for further reply packets, false otherwise.
All Packages Class Hierarchy This Package Previous Next Index