public class IP6Mechanism extends IP4Mechanism
Modifier and Type | Field and Description |
---|---|
static String |
REGEX
ABNF: IP6 = "ip6" ":" ip6-network [ ip6-cidr-length ]
|
DUAL_CIDR_LENGTH_REGEX, IP4_CIDR_LENGTH_REGEX, IP6_CIDR_LENGTH_REGEX, log, macroExpand
Constructor and Description |
---|
IP6Mechanism() |
Modifier and Type | Method and Description |
---|---|
protected int |
getMaxCidr()
Returns the max cidr for ip4
|
protected boolean |
isValidAddress(String ipString) |
String |
toString() |
checkSPF, config, getIp
enableLogging, enableMacroExpand, expandHost, getDomain
public static final String REGEX
protected boolean isValidAddress(String ipString)
isValidAddress
in class IP4Mechanism
IP4Mechanism.isValidAddress(String)
protected int getMaxCidr()
IP4Mechanism
getMaxCidr
in class IP4Mechanism
IP4Mechanism.getMaxCidr()
public String toString()
toString
in class IP4Mechanism
Object.toString()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.