Uses of Class
org.jgroups.stack.IpAddress

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.pbcast Supports probabilistic broadcasts. 
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.pbcast
 

Constructors in org.jgroups.protocols.pbcast with parameters of type IpAddress
STREAMING_STATE_TRANSFER.StateHeader(byte type, Address sender, IpAddress bind_addr, Digest digest, java.lang.String state_id)
           
 

Uses of IpAddress in org.jgroups.protocols.ring
 

Methods in org.jgroups.protocols.ring that return IpAddress
 IpAddress UdpRingNode.getTokenReceiverAddress()
           
 IpAddress RingNode.getTokenReceiverAddress()
           
 IpAddress TcpRingNode.getTokenReceiverAddress()
           
 

Uses of IpAddress in org.jgroups.stack
 

Methods in org.jgroups.stack with parameters of type IpAddress
 void GossipClient.addGossipRouter(IpAddress gossip_host)
          Adds a GossipRouter 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
 



Copyright ? 1998-2006 Bela Ban. All Rights Reserved.