|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpAddress | |
org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. |
org.jgroups.protocols.ring | Supports protocols in ring networks. |
org.jgroups.stack | Support for managing protocol stacks. |
Uses of IpAddress in org.jgroups.protocols |
Methods in org.jgroups.protocols that return IpAddress | |
IpAddress |
TOTAL_TOKEN.getTokenReceiverAddress()
|
Uses of IpAddress in org.jgroups.protocols.ring |
Methods in org.jgroups.protocols.ring that return IpAddress | |
IpAddress |
TcpRingNode.getTokenReceiverAddress()
|
IpAddress |
RingNode.getTokenReceiverAddress()
|
IpAddress |
UdpRingNode.getTokenReceiverAddress()
|
Uses of IpAddress in org.jgroups.stack |
Methods in org.jgroups.stack with parameters of type IpAddress | |
void |
GossipClient.addGossipServer(IpAddress gossip_host)
Adds a GossipServer to be accessed. |
int |
IpAddress.compare(IpAddress other)
Establishes an order between 2 addresses. |
Constructors in org.jgroups.stack with parameters of type IpAddress | |
GossipClient(IpAddress gossip_host,
long expiry)
Creates the GossipClient |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |