Uses of Class
org.jgroups.stack.IpAddress
-
Packages that use IpAddress Package Description org.jgroups.auth org.jgroups.blocks.cs org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.stack Support for managing protocol stacks. -
-
Uses of IpAddress in org.jgroups.auth
Methods in org.jgroups.auth with parameters of type IpAddress Modifier and Type Method Description booleanFixedMembershipToken. isInMembersList(IpAddress sender)static booleanFixedMembershipToken. match(IpAddress sender, java.net.InetSocketAddress addr) -
Uses of IpAddress in org.jgroups.blocks.cs
Methods in org.jgroups.blocks.cs with parameters of type IpAddress Modifier and Type Method Description NioClientNioClient. remoteAddress(IpAddress addr)Sets the address of the server.TcpClientTcpClient. remoteAddress(IpAddress addr)Sets the address of the server.Constructors in org.jgroups.blocks.cs with parameters of type IpAddress Constructor Description NioClient(IpAddress bind_addr, IpAddress server_addr)Creates an instance of anNioClientthat acts as a client: no server channel is created and no acceptor is started to listen for incoming connections.TcpClient(IpAddress bind_addr, IpAddress server_addr)Creates an instance of anTcpClientthat acts as a client: no server socket is created and no acceptor is started to listen for incoming connections. -
Uses of IpAddress in org.jgroups.protocols
Fields in org.jgroups.protocols declared as IpAddress Modifier and Type Field Description protected IpAddressFD_SOCK2.PingDest. dest_physicalprotected IpAddressUDP. mcast_addrThe multicast address (mcast address and port) this member usesprotected IpAddressSimpleTCP.Connection. peer_addrprotected IpAddressFD_SOCK.FdHeader. sock_addrprotected IpAddressFD_SOCK. srv_sock_addrFields in org.jgroups.protocols with type parameters of type IpAddress Modifier and Type Field Description protected LazyRemovalCache<Address,IpAddress>FD_SOCK. cacheCache of member addresses and their ServerSocket addressesprotected Promise<java.util.Map<Address,IpAddress>>FD_SOCK. get_cache_promiseUsed to rendezvous on GET_CACHE and GET_CACHE_RSPprotected Promise<IpAddress>FD_SOCK. ping_addr_promiseMethods in org.jgroups.protocols that return IpAddress Modifier and Type Method Description protected IpAddressUDP. createLocalAddress()protected IpAddressFD_SOCK2.PingDest. destPhysical()protected IpAddressFD_SOCK. fetchPingAddress(Address mbr)Attempts to obtain the ping_addr first from the cache, then by unicasting q request tombr, then by multicasting a request to all members.Methods in org.jgroups.protocols that return types with arguments of type IpAddress Modifier and Type Method Description protected java.util.List<IpAddress>FD_SOCK2. getPhysicalAddresses(Address a)Returns the physical addresses for in range [a+offset..a+offset+port_rangeprotected java.util.Map<Address,IpAddress>FD_SOCK. unmarshal(byte[] buffer, int offset, int length)Methods in org.jgroups.protocols with parameters of type IpAddress Modifier and Type Method Description protected booleanFD_SOCK2. connectTo(IpAddress dest, Address logical_addr)protected javax.net.ssl.SSLSocketSSL_KEY_EXCHANGE. createSocketTo(IpAddress dest, javax.net.ssl.SSLSocketFactory sslSocketFactory)protected FD_SOCK2.PingDestFD_SOCK2.PingDest. destPhysical(IpAddress d)protected voidFD_SOCK. sendIHaveSockMessage(Address dst, Address mbr, IpAddress addr)Sends or broadcasts a I_HAVE_SOCK response.protected booleanFD_SOCK. setupPingSocket(IpAddress dest)Creates a socket todest, and assigns it to ping_sock.FD_SOCK.FdHeaderFD_SOCK.FdHeader. sockAddress(IpAddress a)Method parameters in org.jgroups.protocols with type arguments of type IpAddress Modifier and Type Method Description static ByteArrayFD_SOCK. marshal(LazyRemovalCache<Address,IpAddress> addrs)Constructors in org.jgroups.protocols with parameters of type IpAddress Constructor Description FdHeader(byte type, Address mbr, IpAddress sock_addr) -
Uses of IpAddress in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as IpAddress Modifier and Type Field Description protected IpAddressSTATE_SOCK.StateProviderAcceptor. addressprotected IpAddressStreamingStateTransfer.StateHeader. bind_addrMethods in org.jgroups.protocols.pbcast that return IpAddress Modifier and Type Method Description IpAddressSTATE_SOCK.StateProviderAcceptor. getServerSocketAddress()Constructors in org.jgroups.protocols.pbcast with parameters of type IpAddress Constructor Description StateHeader(byte type, IpAddress bind_addr, Digest digest) -
Uses of IpAddress in org.jgroups.stack
Fields in org.jgroups.stack declared as IpAddress Modifier and Type Field Description protected IpAddressRouterStub. localprotected IpAddressRouterStub. remoteMethods in org.jgroups.stack that return IpAddress Modifier and Type Method Description IpAddressIpAddress. copy()IpAddressRouterStub. gossipRouterAddress()IpAddressRouterStub. local()IpAddressRouterStub. remote()Methods in org.jgroups.stack that return types with arguments of type IpAddress Modifier and Type Method Description java.util.function.Supplier<? extends IpAddress>IpAddress. create()
-