Uses of Package
org.apache.mina.core.filterchain
Packages that use org.apache.mina.core.filterchain
Package
Description
Filter implementations that helps you to implement complex protocols via 'codec' concept.
An IoFilter that provides flexible error generation facilities.
IoFilters that provide flexible thread model and event queue monitoring interface.
Classes that implement IoFilter and provide host blocking and throttling.
IoFilter that provides the ability for connections to remain open when data is not being transferred.
Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
Classes that implement IoFilter and provide the ability for filters to be timed on their performance.
Stream based IoFilter implementation.
Utility classes for the MINA filtering portion of the library.
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
In-VM pipe support which removes the overhead of local loopback communication.
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.filterchainClassDescriptionThe default implementation of
IoFilterChainBuilderwhich 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. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.serviceClassDescriptionThe default implementation of
IoFilterChainBuilderwhich is useful in most cases.An interface that buildsIoFilterChainin predefined way whenIoSessionis created. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.sessionClassDescription
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.bufferClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.codecClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.compressionClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.errorgeneratingClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.executorClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter.An I/O event or an I/O request that MINA provides forIoFilters. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.firewallClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.keepaliveClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.loggingClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter.An I/O event or an I/O request that MINA provides forIoFilters. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.sslClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter.An I/O event or an I/O request that MINA provides forIoFilters. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.statisticClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.streamClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.utilClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter.An I/O event or an I/O request that MINA provides forIoFilters. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.httpClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.event
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.filterClassDescriptionA filter which intercepts
IoHandlerevents like Servlet filters.Represents the nextIoFilterinIoFilterChain.An adapter class forIoFilter. -
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.basic
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.digest
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.ntlm
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.socks
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.transport.socket.aprClassDescription
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.transport.socket.nioClassDescription
-
Classes in org.apache.mina.core.filterchain used by org.apache.mina.transport.vmpipeClassDescriptionA default implementation of
IoFilterChainthat provides all operations for developers who want to implement their own transport layer once used withAbstractIoSession.