Uses of Class
org.apache.mina.filter.logging.MdcInjectionFilter.MdcKey
-
Packages that use MdcInjectionFilter.MdcKey Package Description 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 Modifier and Type Method Description static MdcInjectionFilter.MdcKey
MdcInjectionFilter.MdcKey. valueOf(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 Constructor Description 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 viaMdcInjectionFilter.setProperty(IoSession, String, String)
Constructor parameters in org.apache.mina.filter.logging with type arguments of type MdcInjectionFilter.MdcKey Constructor Description MdcInjectionFilter(EnumSet<MdcInjectionFilter.MdcKey> keys)
Use this constructor when you want to specify which keys to add to the MDC.
-