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.