Uses of Class
org.jgroups.stack.IpAddress
-
Packages that use IpAddress Package Description org.jgroups.auth org.jgroups.blocks.cs This package contains all client-server related interfaces and classesorg.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.NioServer(IpAddress bind_addr)Creates an instance of NioServer.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.TcpServer(IpAddress bind_addr)Creates an instance of TcpServer. -
Uses of IpAddress in org.jgroups.protocols
Fields in org.jgroups.protocols declared as IpAddress Modifier and Type Field Description protected 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_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.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 javax.net.ssl.SSLSocketSSL_KEY_EXCHANGE. createSocketTo(IpAddress dest, javax.net.ssl.SSLSocketFactory sslSocketFactory)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 BufferFD_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
Subclasses of IpAddress in org.jgroups.stack Modifier and Type Class Description classIpAddressUUIDIpAddress with a 'semi'-UUID to prevent reincarnation when the port is fixed.Fields in org.jgroups.stack declared as IpAddress Modifier and Type Field Description protected IpAddressRouterStubManager.Target. bind_addrprotected IpAddressRouterStub. localprotected IpAddressRouterStub. remoteprotected IpAddressRouterStubManager.Target. router_addrMethods in org.jgroups.stack that return IpAddress Modifier and Type Method Description IpAddressIpAddress. copy()IpAddressIpAddressUUID. 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()java.util.function.Supplier<? extends IpAddress>IpAddressUUID. create()Methods in org.jgroups.stack with parameters of type IpAddress Modifier and Type Method Description RouterStubRouterStubManager. createAndRegisterStub(IpAddress local, IpAddress router_addr)protected RouterStubRouterStubManager. find(IpAddress router_addr)RouterStubRouterStubManager. unregisterStub(IpAddress router_addr)Constructors in org.jgroups.stack with parameters of type IpAddress Constructor Description RouterStub(IpAddress local, IpAddress remote, boolean use_nio, RouterStub.CloseListener l, SocketFactory socketFactory)Target(IpAddress bind_addr, IpAddress router_addr, RouterStub.StubReceiver receiver)
-