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.stack Support for managing protocol stacks. 
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of IpAddress in org.jgroups.protocols
 

Fields in org.jgroups.protocols declared as IpAddress
protected  IpAddress UDP.mcast_addr
          The multicast address (mcast address and port) this member uses
 

Methods in org.jgroups.protocols that return IpAddress
protected  IpAddress UDP.createLocalAddress()
           
 

Methods in org.jgroups.protocols that return types with arguments of type IpAddress
 java.util.List<IpAddress> TCPPING.getInitialHosts()
          Returns the list of initial hosts as configured by the user via XML.
 

Method parameters in org.jgroups.protocols with type arguments of type IpAddress
 void TCPPING.setInitialHosts(java.util.List<IpAddress> initial_hosts)
           
 

Constructors in org.jgroups.protocols with parameters of type IpAddress
FD_SOCK.FdHeader(byte type, Address mbr, IpAddress sock_addr)
           
 

Constructor parameters in org.jgroups.protocols with type arguments of type IpAddress
FD_SOCK.FdHeader(byte type, java.util.Map<Address,IpAddress> cachedAddrs)
           
 

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.stack
 

Methods in org.jgroups.stack with parameters of type IpAddress
 int IpAddress.compare(IpAddress other)
          Deprecated. Use compareTo(org.jgroups.Address) instead
 

Uses of IpAddress in org.jgroups.util
 

Methods in org.jgroups.util that return types with arguments of type IpAddress
static java.util.List<IpAddress> Util.parseCommaDelimitedHosts(java.lang.String hosts, int port_range)
          Input is "daddy[8880],sindhu[8880],camille[5555].
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.