Uses of Class
org.jgroups.stack.IpAddress
Packages that use IpAddress
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Supports probabilistic broadcasts.
Support for managing protocol stacks.
-
Uses of IpAddress in org.jgroups.protocols
Constructors in org.jgroups.protocols with parameters of type IpAddressConstructor parameters in org.jgroups.protocols with type arguments of type IpAddress -
Uses of IpAddress in org.jgroups.protocols.pbcast
Constructors in org.jgroups.protocols.pbcast with parameters of type IpAddressModifierConstructorDescriptionStateHeader
(byte type, Address sender, IpAddress bind_addr, Digest digest, String state_id) -
Uses of IpAddress in org.jgroups.stack
Methods in org.jgroups.stack with parameters of type IpAddressModifier and TypeMethodDescriptionvoid
GossipClient.addGossipRouter
(IpAddress gossip_host) Adds a GossipRouter to be accessed.final int
Deprecated.Constructors in org.jgroups.stack with parameters of type IpAddressModifierConstructorDescriptionGossipClient
(IpAddress gossip_host, long expiry) Creates the GossipClientConstructor parameters in org.jgroups.stack with type arguments of type IpAddressModifierConstructorDescriptionGossipClient
(Vector<IpAddress> gossip_hosts, long expiry) Creates the GossipClientGossipClient
(Vector<IpAddress> gossip_hosts, long expiry, int sock_conn_timeout)
compareTo(org.jgroups.Address)
instead