Uses of Class
org.infinispan.server.network.NetworkAddress
-
Packages that use NetworkAddress Package Description org.infinispan.server.network -
-
Uses of NetworkAddress in org.infinispan.server.network
Methods in org.infinispan.server.network that return NetworkAddress Modifier and Type Method Description static NetworkAddressNetworkAddress. anyAddress(String name)static NetworkAddressNetworkAddress. fromString(String name, String value)NetworkAddressSocketBinding. getAddress()static NetworkAddressNetworkAddress. globalAddress(String name)static NetworkAddressNetworkAddress. inetAddress(String name, String value)static NetworkAddressNetworkAddress. linkLocalAddress(String name)static NetworkAddressNetworkAddress. loopback(String name)static NetworkAddressNetworkAddress. match(String name, Predicate<NetworkInterface> ifMatcher, Predicate<InetAddress> addressMatcher)static NetworkAddressNetworkAddress. matchAddress(String name, String regex)static NetworkAddressNetworkAddress. matchHost(String name, String regex)static NetworkAddressNetworkAddress. matchInterface(String name, String regex)static NetworkAddressNetworkAddress. nonLoopback(String name)static NetworkAddressNetworkAddress. siteLocal(String name)Constructors in org.infinispan.server.network with parameters of type NetworkAddress Constructor Description SocketBinding(String name, NetworkAddress networkAddress, int port)
-