Uses of Class
org.apache.mina.core.filterchain.IoFilterAdapter
Packages that use IoFilterAdapter
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.
-
Uses of IoFilterAdapter in org.apache.mina.core.filterchain
Subclasses of IoFilterAdapter in org.apache.mina.core.filterchainModifier and TypeClassDescriptionprivate classprivate static class -
Uses of IoFilterAdapter in org.apache.mina.filter.buffer
Subclasses of IoFilterAdapter in org.apache.mina.filter.bufferModifier and TypeClassDescriptionfinal classAnIoFilterimplementation used to buffer outgoingWriteRequestalmost like whatBufferedOutputStreamdoes. -
Uses of IoFilterAdapter in org.apache.mina.filter.codec
Subclasses of IoFilterAdapter in org.apache.mina.filter.codecModifier and TypeClassDescriptionclassAnIoFilterwhich translates binary or protocol specific data into message objects and vice versa usingProtocolCodecFactory,ProtocolEncoder, orProtocolDecoder. -
Uses of IoFilterAdapter in org.apache.mina.filter.compression
Subclasses of IoFilterAdapter in org.apache.mina.filter.compressionModifier and TypeClassDescriptionclass -
Uses of IoFilterAdapter in org.apache.mina.filter.errorgenerating
Subclasses of IoFilterAdapter in org.apache.mina.filter.errorgeneratingModifier and TypeClassDescriptionclassAnIoFilterimplementation generating random bytes and PDU modification in your communication streams. -
Uses of IoFilterAdapter in org.apache.mina.filter.executor
Subclasses of IoFilterAdapter in org.apache.mina.filter.executorModifier and TypeClassDescriptionclassA filter that forwards I/O events toExecutorto enforce a certain thread model while allowing the events per session to be processed simultaneously.classAttaches anIoEventQueueHandlerto anIoSession'sWriteRequestqueue to provide accurate write queue status tracking. -
Uses of IoFilterAdapter in org.apache.mina.filter.firewall
Subclasses of IoFilterAdapter in org.apache.mina.filter.firewall -
Uses of IoFilterAdapter in org.apache.mina.filter.keepalive
Subclasses of IoFilterAdapter in org.apache.mina.filter.keepaliveModifier and TypeClassDescriptionclassAnIoFilterthat sends a keep-alive request onIoEventType.SESSION_IDLEand sends back the response for the sent keep-alive request. -
Uses of IoFilterAdapter in org.apache.mina.filter.logging
Subclasses of IoFilterAdapter in org.apache.mina.filter.loggingModifier and TypeClassDescriptionclassLogs MINA protocol events.classThis filter will inject some key IoSession properties into the Mapped Diagnostic Context (MDC) -
Uses of IoFilterAdapter in org.apache.mina.filter.ssl
Subclasses of IoFilterAdapter in org.apache.mina.filter.sslModifier and TypeClassDescriptionclassAn SSL filter that encrypts and decrypts the data exchanged in the session. -
Uses of IoFilterAdapter in org.apache.mina.filter.statistic
Subclasses of IoFilterAdapter in org.apache.mina.filter.statisticModifier and TypeClassDescriptionclassThis class will measure the time it takes for a method in theIoFilterAdapterclass to execute. -
Uses of IoFilterAdapter in org.apache.mina.filter.stream
Subclasses of IoFilterAdapter in org.apache.mina.filter.streamModifier and TypeClassDescriptionclassFilter implementation which makes it possible to write Stream objects directly usingIoSession.write(Object).classFilter implementation that converts aFileRegiontoIoBufferobjects and writes those buffers to the next filter.classFilter implementation which makes it possible to writeInputStreamobjects directly usingIoSession.write(Object). -
Uses of IoFilterAdapter in org.apache.mina.filter.util
Subclasses of IoFilterAdapter in org.apache.mina.filter.utilModifier and TypeClassDescriptionclassExtend this class when you want to create a filter that wraps the same logic around all 11 IoEventsclassA Noop filter.classAnIoFilters wrapper that keeps track of the number of usages of this filter and will call init/destroy when the filter is not in use.class -
Uses of IoFilterAdapter in org.apache.mina.http
Subclasses of IoFilterAdapter in org.apache.mina.httpModifier and TypeClassDescriptionclassThe HTTP client codecclassThe HTTP server codec -
Uses of IoFilterAdapter in org.apache.mina.proxy.filter
Subclasses of IoFilterAdapter in org.apache.mina.proxy.filter