Uses of Package
org.apache.mina.core.filterchain

Packages that use org.apache.mina.core.filterchain
org.apache.mina.core.filterchain   
org.apache.mina.core.service   
org.apache.mina.core.session   
org.apache.mina.filter.buffer   
org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept. 
org.apache.mina.filter.compression   
org.apache.mina.filter.errorgenerating An IoFilter that provides flexible error generation facilities. 
org.apache.mina.filter.executor IoFilters that provide flexible thread model and event queue monitoring interface. 
org.apache.mina.filter.firewall Classes that implement IoFilter and provide host blocking and throttling. 
org.apache.mina.filter.keepalive IoFilter that provides the ability for connections to remain open when data is not being transferred. 
org.apache.mina.filter.logging Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system. 
org.apache.mina.filter.reqres   
org.apache.mina.filter.ssl Classes that implement IoFilter and provide Secure Sockets Layer functionality. 
org.apache.mina.filter.statistic Classes that implement IoFilter and provide the ability for filters to be timed on their performance. 
org.apache.mina.filter.stream Stream based IoFilter implementation. 
org.apache.mina.filter.util Utility classes for the MINA filtering portion of the library. 
org.apache.mina.integration.jmx JMX (Java Management eXtension) integration. 
org.apache.mina.proxy   
org.apache.mina.proxy.event   
org.apache.mina.proxy.filter   
org.apache.mina.proxy.handlers.http   
org.apache.mina.proxy.handlers.http.basic   
org.apache.mina.proxy.handlers.http.digest   
org.apache.mina.proxy.handlers.http.ntlm   
org.apache.mina.proxy.handlers.socks   
org.apache.mina.transport.socket.apr   
org.apache.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.filterchain
DefaultIoFilterChainBuilder
          The default implementation of IoFilterChainBuilder which is useful in most cases.
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
IoFilterChain.Entry
          Represents a name-filter pair that an IoFilterChain contains.
IoFilterChainBuilder
          An interface that builds IoFilterChain in predefined way when IoSession is created.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.service
DefaultIoFilterChainBuilder
          The default implementation of IoFilterChainBuilder which is useful in most cases.
IoFilterChainBuilder
          An interface that builds IoFilterChain in predefined way when IoSession is created.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.core.session
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.buffer
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.codec
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.compression
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.errorgenerating
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.executor
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
IoFilterEvent
          An I/O event or an I/O request that MINA provides for IoFilters.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.firewall
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.keepalive
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.logging
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterEvent
          An I/O event or an I/O request that MINA provides for IoFilters.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.reqres
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.ssl
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.statistic
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.stream
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.filter.util
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
IoFilterEvent
          An I/O event or an I/O request that MINA provides for IoFilters.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.integration.jmx
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.event
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.filter
IoFilter
          A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
IoFilterAdapter
          An adapter class for IoFilter.
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.basic
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.digest
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.http.ntlm
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.proxy.handlers.socks
IoFilter.NextFilter
          Represents the next IoFilter in IoFilterChain.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.transport.socket.apr
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
 

Classes in org.apache.mina.core.filterchain used by org.apache.mina.transport.socket.nio
IoFilterChain
          A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.