Uses of Class
org.apache.mina.core.session.AttributeKey
Packages that use AttributeKey
Package
Description
Filter implementations that helps you to implement complex protocols via 'codec' concept.
Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
A protocol codec for text-based protocols.
IoFilters that provide flexible thread model and event queue monitoring interface.
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.
Stream based IoFilter implementation.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
-
Uses of AttributeKey in org.apache.mina.core.filterchain
Fields in org.apache.mina.core.filterchain declared as AttributeKeyModifier and TypeFieldDescriptionstatic final AttributeKeyDefaultIoFilterChain.SESSION_CREATED_FUTURE -
Uses of AttributeKey in org.apache.mina.core.service
Fields in org.apache.mina.core.service declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeySimpleIoProcessorPool.PROCESSORA key used to store the processor pool in the session's Attributes -
Uses of AttributeKey in org.apache.mina.core.session
Fields in org.apache.mina.core.session declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyAbstractIoSession.READY_READ_FUTURES_KEYprivate static final AttributeKeyAbstractIoSession.WAITING_READ_FUTURES_KEY -
Uses of AttributeKey in org.apache.mina.filter.codec
Fields in org.apache.mina.filter.codec declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyCumulativeProtocolDecoder.BUFFERThe buffer used to store the data in the sessionprivate static final AttributeKeyProtocolCodecFilter.DECODERprivate static final AttributeKeyProtocolCodecFilter.DECODER_OUTprivate static final AttributeKeyProtocolCodecFilter.ENCODERprivate static final AttributeKeyProtocolCodecFilter.ENCODER_OUT -
Uses of AttributeKey in org.apache.mina.filter.codec.demux
Fields in org.apache.mina.filter.codec.demux declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyDemuxingProtocolDecoder.STATEprivate static final AttributeKeyDemuxingProtocolEncoder.STATE -
Uses of AttributeKey in org.apache.mina.filter.codec.textline
Fields in org.apache.mina.filter.codec.textline declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyTextLineDecoder.CONTEXTprivate static final AttributeKeyTextLineEncoder.ENCODER -
Uses of AttributeKey in org.apache.mina.filter.compression
Fields in org.apache.mina.filter.compression declared as AttributeKeyModifier and TypeFieldDescriptionprivate final AttributeKeyCompressionFilter.DEFLATERA session attribute that stores theZlibobject used for compression.static final AttributeKeyCompressionFilter.DISABLE_COMPRESSION_ONCEA flag that allows you to disable compression once.private final AttributeKeyCompressionFilter.INFLATERA session attribute that stores theZlibobject used for decompression. -
Uses of AttributeKey in org.apache.mina.filter.executor
Fields in org.apache.mina.filter.executor declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyOrderedThreadPoolExecutor.TASKS_QUEUEA key stored into the session's attribute for the event tasks being queuedprivate static final AttributeKeyPriorityThreadPoolExecutor.TASKS_QUEUEA key stored into the session's attribute for the event tasks being queued -
Uses of AttributeKey in org.apache.mina.filter.keepalive
Fields in org.apache.mina.filter.keepalive declared as AttributeKeyModifier and TypeFieldDescriptionprivate final AttributeKeyKeepAliveFilter.IGNORE_READER_IDLE_ONCEprivate final AttributeKeyKeepAliveFilter.WAITING_FOR_RESPONSE -
Uses of AttributeKey in org.apache.mina.filter.logging
Fields in org.apache.mina.filter.logging declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyMdcInjectionFilter.CONTEXT_KEYkey used for storing the context map in the IoSession -
Uses of AttributeKey in org.apache.mina.filter.ssl
Fields in org.apache.mina.filter.ssl declared as AttributeKeyModifier and TypeFieldDescriptionstatic final AttributeKeySslFilter.DISABLE_ENCRYPTION_ONCEA session attribute key that makes next one write request bypass this filter (not encrypting the data).private static final AttributeKeySslFilter.NEXT_FILTERAn attribute containing the next filterstatic final AttributeKeySslFilter.PEER_ADDRESSA session attribute key that should be set to anInetSocketAddress.private static final AttributeKeySslFilter.SSL_HANDLERstatic final AttributeKeySslFilter.SSL_SESSIONA session attribute key that stores underlyingSSLSessionfor each session.static final AttributeKeySslFilter.USE_NOTIFICATIONA session attribute key that makes this filter to emit aIoHandler.messageReceived(IoSession, Object)event with a special message (SslEvent.SECUREDorSslEvent.UNSECURED). -
Uses of AttributeKey in org.apache.mina.filter.stream
Fields in org.apache.mina.filter.stream declared as AttributeKeyModifier and TypeFieldDescriptionprotected static final AttributeKeyAbstractStreamWriteFilter.CURRENT_STREAMThe attribute name used when binding the streaming object to the session.protected static final AttributeKeyAbstractStreamWriteFilter.CURRENT_WRITE_REQUESTprotected static final AttributeKeyAbstractStreamWriteFilter.WRITE_REQUEST_QUEUE -
Uses of AttributeKey in org.apache.mina.handler.multiton
Fields in org.apache.mina.handler.multiton declared as AttributeKeyModifier and TypeFieldDescriptionstatic final AttributeKeySingleSessionIoHandlerDelegate.HANDLERDeprecated.The key used to store theSingleSessionIoHandleras a session attribute. -
Uses of AttributeKey in org.apache.mina.handler.stream
Fields in org.apache.mina.handler.stream declared as AttributeKeyModifier and TypeFieldDescriptionprivate static final AttributeKeyStreamIoHandler.KEY_INprivate static final AttributeKeyStreamIoHandler.KEY_OUT