Package org.apache.mina.core.filterchain
-
Interface Summary Interface Description IoFilter A filter which interceptsIoHandlerevents like Servlet filters.IoFilter.NextFilter Represents the nextIoFilterinIoFilterChain.IoFilterChain IoFilterChain.Entry Represents a name-filter pair that anIoFilterChaincontains.IoFilterChainBuilder An interface that buildsIoFilterChainin predefined way whenIoSessionis created. -
Class Summary Class Description DefaultIoFilterChain A default implementation ofIoFilterChainthat provides all operations for developers who want to implement their own transport layer once used withAbstractIoSession.DefaultIoFilterChainBuilder The default implementation ofIoFilterChainBuilderwhich is useful in most cases.IoFilterAdapter An adapter class forIoFilter.IoFilterEvent An I/O event or an I/O request that MINA provides forIoFilters. -
Exception Summary Exception Description IoFilterLifeCycleException ARuntimeExceptionwhich is thrown whenIoFilter.init()orIoFilter.onPostAdd(IoFilterChain, String, org.apache.mina.core.filterchain.IoFilter.NextFilter)failed.