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.
Support for managing protocol stacks.
-
Uses of IpAddress in org.jgroups.auth
Methods in org.jgroups.auth with parameters of type IpAddressModifier and TypeMethodDescriptionbooleanFixedMembershipToken.isInMembersList(IpAddress sender) static booleanFixedMembershipToken.match(IpAddress sender, InetSocketAddress addr) -
Uses of IpAddress in org.jgroups.blocks.cs
Methods in org.jgroups.blocks.cs with parameters of type IpAddressModifier and TypeMethodDescriptionNioClient.remoteAddress(IpAddress addr) Sets the address of the server.TcpClient.remoteAddress(IpAddress addr) Sets the address of the server.Constructors in org.jgroups.blocks.cs with parameters of type IpAddressModifierConstructorDescriptionCreates an instance of anNioClientthat acts as a client: no server channel is created and no acceptor is started to listen for incoming connections.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 IpAddressModifier and TypeFieldDescriptionprotected IpAddressFD_SOCK2.PingDest.dest_physicalprotected IpAddressUDP.mcast_addrThe multicast address (mcast address and port) this member usesprotected final IpAddressSimpleTCP.Connection.peer_addrprotected IpAddressFD_SOCK.FdHeader.sock_addrprotected IpAddressFD_SOCK.srv_sock_addrFields in org.jgroups.protocols with type parameters of type IpAddressModifier and TypeFieldDescriptionprotected LazyRemovalCache<Address, IpAddress> FD_SOCK.cacheCache of member addresses and their ServerSocket addressesFD_SOCK.get_cache_promiseUsed to rendezvous on GET_CACHE and GET_CACHE_RSPFD_SOCK.ping_addr_promiseMethods in org.jgroups.protocols that return IpAddressModifier and TypeMethodDescriptionprotected 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 IpAddressModifier and TypeMethodDescriptionFD_SOCK2.getPhysicalAddresses(Address a) Returns the physical addresses for in range [a+offset..a+offset+port_rangeFD_SOCK.unmarshal(byte[] buffer, int offset, int length) Methods in org.jgroups.protocols with parameters of type IpAddressModifier and TypeMethodDescriptionprotected booleanprotected SSLSocketSSL_KEY_EXCHANGE.createSocketTo(IpAddress dest, 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.FdHeader.sockAddress(IpAddress a) Method parameters in org.jgroups.protocols with type arguments of type IpAddressModifier and TypeMethodDescriptionstatic ByteArrayFD_SOCK.marshal(LazyRemovalCache<Address, IpAddress> addrs) Constructors in org.jgroups.protocols with parameters of type IpAddress -
Uses of IpAddress in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast declared as IpAddressModifier and TypeFieldDescriptionprotected final IpAddressSTATE_SOCK.StateProviderAcceptor.addressprotected IpAddressStreamingStateTransfer.StateHeader.bind_addrMethods in org.jgroups.protocols.pbcast that return IpAddressConstructors in org.jgroups.protocols.pbcast with parameters of type IpAddress -
Uses of IpAddress in org.jgroups.stack
Fields in org.jgroups.stack declared as IpAddressModifier and TypeFieldDescriptionprotected IpAddressRouterStub.localprotected IpAddressRouterStub.remoteMethods in org.jgroups.stack that return IpAddressModifier and TypeMethodDescriptionIpAddress.copy()RouterStub.gossipRouterAddress()RouterStub.local()RouterStub.remote()Methods in org.jgroups.stack that return types with arguments of type IpAddress