Class InetHostMatcher.AddressMask
java.lang.Object
org.mapfish.print.processor.http.matcher.InetHostMatcher.AddressMask
- Enclosing class:
InetHostMatcher
The ip addresses that are considered legal.
-
Constructor Summary
ConstructorsConstructorDescriptionAddressMask(InetAddress address) Guess the mask in function of the address: /8 for IPv4 loopback and full match for the rest.AddressMask(InetAddress ip, InetAddress mask) IP and mask are given. -
Method Summary
-
Constructor Details
-
AddressMask
IP and mask are given.- Parameters:
ip- The IP addressmask- A null mask means match all.
-
AddressMask
Guess the mask in function of the address: /8 for IPv4 loopback and full match for the rest.- Parameters:
address- The IP address
-
-
Method Details