| 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.
|
| Modifier and Type | Method and 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.
|
| Constructor and 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 via
MdcInjectionFilter.setProperty(IoSession, String, String) |
| Constructor and Description |
|---|
MdcInjectionFilter(EnumSet<MdcInjectionFilter.MdcKey> keys)
Use this constructor when you want to specify which keys to add to the MDC.
|
Copyright © 2004–2017 Apache MINA Project. All rights reserved.