Uses of Class
org.infinispan.commons.util.NetworkAddress
Packages that use NetworkAddress
-
Uses of NetworkAddress in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return NetworkAddressModifier and TypeMethodDescriptionstatic NetworkAddressNetworkAddress.anyAddress(String name) static NetworkAddressNetworkAddress.fromString(String name, String value) static NetworkAddressNetworkAddress.globalAddress(String name) static NetworkAddressNetworkAddress.inetAddress(String name, String value) static NetworkAddressNetworkAddress.linkLocalAddress(String name) static NetworkAddressstatic NetworkAddressNetworkAddress.match(String name, Predicate<NetworkInterface> ifMatcher, Predicate<InterfaceAddress> addressMatcher) static NetworkAddressNetworkAddress.matchAddress(String name, String regex) static NetworkAddressstatic NetworkAddressNetworkAddress.matchInterface(String name, String regex) static NetworkAddressNetworkAddress.nonLoopback(String name) static NetworkAddress