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