| Package | Description |
|---|---|
| org.n52.janmayen.net |
| Modifier and Type | Method and Description |
|---|---|
IPAddress |
IPAddressRange.getAddress() |
IPAddress |
IPAddressRange.getHigh() |
(package private) static IPAddress |
ProxyChain.getIPAddress(String address) |
IPAddress |
IPAddressRange.getLow() |
IPAddress |
IPAddressRange.getMask()
Get the mask described by this prefix.
|
(package private) static IPAddress |
IPAddressRange.getMaskForPrefix(int prefix,
int numBits) |
IPAddress |
ProxyChain.getOrigin()
Get the origin of the request (the clients address).
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.Range<IPAddress> |
IPAddressRange.asRange() |
List<IPAddress> |
ProxyChain.getProxies()
Get a list of all intermediate proxy servers.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPAddressRange.apply(IPAddress input)
Deprecated.
|
int |
IPAddress.compareTo(IPAddress o) |
boolean |
IPAddressRange.contains(IPAddress ip)
Checks if a given IP address is in this range.
|
(package private) static int |
IPAddressRange.getPrefixForMask(IPAddress mask) |
boolean |
IPAddressRange.test(IPAddress input) |
| Constructor and 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 and Description |
|---|
ProxyChain(IPAddress origin,
List<IPAddress> proxies)
Creates a new chain from a origin (the original client) and all intermediate proxies.
|
ProxyChain(List<IPAddress> chain)
Creates a new chain from a list of addresses as found in the
X-Forwarded-For header. |
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.