Uses of Class
org.n52.janmayen.net.IPAddress
-
Packages that use IPAddress Package Description org.n52.janmayen.net -
-
Uses of IPAddress in org.n52.janmayen.net
Methods in org.n52.janmayen.net that return IPAddress Modifier and Type Method Description IPAddressIPAddressRange. getAddress()IPAddressIPAddressRange. getHigh()(package private) static IPAddressProxyChain. getIPAddress(String address)IPAddressIPAddressRange. getLow()IPAddressIPAddressRange. getMask()Get the mask described by this prefix.(package private) static IPAddressIPAddressRange. getMaskForPrefix(int prefix, int numBits)IPAddressProxyChain. getOrigin()Get the origin of the request (the clients address).Methods in org.n52.janmayen.net that return types with arguments of type IPAddress Modifier and Type Method Description com.google.common.collect.Range<IPAddress>IPAddressRange. asRange()List<IPAddress>ProxyChain. getProxies()Get a list of all intermediate proxy servers.Methods in org.n52.janmayen.net with parameters of type IPAddress Modifier and Type Method Description booleanIPAddressRange. apply(IPAddress input)Deprecated.intIPAddress. compareTo(IPAddress o)booleanIPAddressRange. contains(IPAddress ip)Checks if a given IP address is in this range.(package private) static intIPAddressRange. getPrefixForMask(IPAddress mask)booleanIPAddressRange. test(IPAddress input)Constructors in org.n52.janmayen.net with parameters of type IPAddress Constructor Description IPAddressRange(IPAddress address, int prefix)Creates a new address range from the an address and an prefix.IPAddressRange(IPAddress address, IPAddress mask)Creates a new address range from an address an a subnet mask.ProxyChain(IPAddress origin, List<IPAddress> proxies)Creates a new chain from a origin (the original client) and all intermediate proxies.Constructor parameters in org.n52.janmayen.net with type arguments of type IPAddress Constructor Description ProxyChain(List<IPAddress> chain)Creates a new chain from a list of addresses as found in theX-Forwarded-Forheader.ProxyChain(IPAddress origin, List<IPAddress> proxies)Creates a new chain from a origin (the original client) and all intermediate proxies.
-