Uses of Class
org.apache.mina.filter.util.CommonEventFilter

Packages that use CommonEventFilter
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 CommonEventFilter in org.apache.mina.filter.logging
 

Subclasses of CommonEventFilter in org.apache.mina.filter.logging
 class MdcInjectionFilter
          This filter will inject some key IoSession properties into the Mapped Diagnostic Context (MDC)

These properties will be set in the MDC for all logging events that are generated down the call stack, even in code that is not aware of MINA.

 



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