org.apache.mina.filter.logging
Enum MdcInjectionFilter.MdcKey
java.lang.Object
java.lang.Enum<MdcInjectionFilter.MdcKey>
org.apache.mina.filter.logging.MdcInjectionFilter.MdcKey
- All Implemented Interfaces:
- Serializable, Comparable<MdcInjectionFilter.MdcKey>
- Enclosing class:
- MdcInjectionFilter
public static enum MdcInjectionFilter.MdcKey
- extends Enum<MdcInjectionFilter.MdcKey>
handlerClass
public static final MdcInjectionFilter.MdcKey handlerClass
remoteAddress
public static final MdcInjectionFilter.MdcKey remoteAddress
localAddress
public static final MdcInjectionFilter.MdcKey localAddress
remoteIp
public static final MdcInjectionFilter.MdcKey remoteIp
remotePort
public static final MdcInjectionFilter.MdcKey remotePort
localIp
public static final MdcInjectionFilter.MdcKey localIp
localPort
public static final MdcInjectionFilter.MdcKey localPort
values
public static final MdcInjectionFilter.MdcKey[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(MdcInjectionFilter.MdcKey c : MdcInjectionFilter.MdcKey.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static MdcInjectionFilter.MdcKey valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.