Uses of Class
org.apache.mina.filter.logging.MdcInjectionFilter.MdcKey

Packages that use MdcInjectionFilter.MdcKey
org.apache.mina.filter.logging Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system. 
 

Uses of MdcInjectionFilter.MdcKey in org.apache.mina.filter.logging
 

Methods in org.apache.mina.filter.logging that return MdcInjectionFilter.MdcKey
static MdcInjectionFilter.MdcKey MdcInjectionFilter.MdcKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MdcInjectionFilter.MdcKey[] MdcInjectionFilter.MdcKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.mina.filter.logging with parameters of type MdcInjectionFilter.MdcKey
MdcInjectionFilter(MdcInjectionFilter.MdcKey... keys)
          Use this constructor when you want to specify which keys to add to the MDC You could still add custom keys via MdcInjectionFilter.setProperty(IoSession, String, String)
 

Constructor parameters in org.apache.mina.filter.logging with type arguments of type MdcInjectionFilter.MdcKey
MdcInjectionFilter(java.util.EnumSet<MdcInjectionFilter.MdcKey> keys)
          Use this constructor when you want to specify which keys to add to the MDC.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.