|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.mina.protocol | |
|---|---|
| org.apache.mina.examples.reverser | Reverser server which reverses all text lines demonstating high-level protocol layer. |
| org.apache.mina.examples.sumup | |
| org.apache.mina.examples.sumup.codec | |
| org.apache.mina.examples.tennis | Two tennis players play a game which demonstates in-VM pipes. |
| org.apache.mina.protocol | High-level protocol implementation layer (Protocol layer). |
| org.apache.mina.protocol.codec | Useful ProtocolEncoder and ProtocolDecoder implementations. |
| org.apache.mina.protocol.filter | Basic ProtocolHandlerFilter implementations. |
| org.apache.mina.protocol.handler | Useful ProtocolHandler implementations. |
| org.apache.mina.protocol.io | A wrapper for org.apache.mina.io package to support low-level I/O. |
| org.apache.mina.protocol.vmpipe | In-VM pipe support which removes the overhead of local loopback communication. |
| org.apache.mina.registry | A frontend package that makes setting up MINA easier. |
| Classes in org.apache.mina.protocol used by org.apache.mina.examples.reverser | |
|---|---|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolDecoder
Decodes binary or protocol-specific data into higher-level message objects. |
|
| ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages. |
|
| ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data. |
|
| ProtocolEncoderOutput
Callback for ProtocolEncoder to generate encoded ByteBuffers. |
|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolHandlerAdapter
An abstract adapter class for ProtocolHandler. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolViolationException
An exception that is thrown when ProtocolEncoder cannot understand or
failed to validate the specified message, or when ProtocolDecoder
cannot understand or failed to validate the specified ByteBuffer
content. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.examples.sumup | |
|---|---|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolHandlerAdapter
An abstract adapter class for ProtocolHandler. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.examples.sumup.codec | |
|---|---|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages. |
|
| ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data. |
|
| ProtocolEncoderOutput
Callback for ProtocolEncoder to generate encoded ByteBuffers. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolViolationException
An exception that is thrown when ProtocolEncoder cannot understand or
failed to validate the specified message, or when ProtocolDecoder
cannot understand or failed to validate the specified ByteBuffer
content. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.examples.tennis | |
|---|---|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol | |
|---|---|
| AbstractProtocolFilterChain
An abstract implementation of ProtocolFilterChain that provides
common operations for developers to extend protocol layer. |
|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolDecoder
Decodes binary or protocol-specific data into higher-level message objects. |
|
| ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages. |
|
| ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data. |
|
| ProtocolEncoderOutput
Callback for ProtocolEncoder to generate encoded ByteBuffers. |
|
| ProtocolFilter
A filter which intercepts ProtocolHandler events like Servlet
filters. |
|
| ProtocolFilter.NextFilter
|
|
| ProtocolFilterChain
|
|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolSessionManager
A SessionManager for Protocol layer. |
|
| ProtocolSessionManagerFilterChain
An ProtocolFilterChain that forwards all events
except filterWrite to the ProtocolSessionFilterChain
of the recipient session. |
|
| ProtocolViolationException
An exception that is thrown when ProtocolEncoder cannot understand or
failed to validate the specified message, or when ProtocolDecoder
cannot understand or failed to validate the specified ByteBuffer
content. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol.codec | |
|---|---|
| ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa. |
|
| ProtocolDecoder
Decodes binary or protocol-specific data into higher-level message objects. |
|
| ProtocolDecoderOutput
Callback for ProtocolDecoder to generate decoded messages. |
|
| ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolViolationException
An exception that is thrown when ProtocolEncoder cannot understand or
failed to validate the specified message, or when ProtocolDecoder
cannot understand or failed to validate the specified ByteBuffer
content. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol.filter | |
|---|---|
| ProtocolFilter
A filter which intercepts ProtocolHandler events like Servlet
filters. |
|
| ProtocolFilter.NextFilter
|
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol.handler | |
|---|---|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolHandlerAdapter
An abstract adapter class for ProtocolHandler. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol.io | |
|---|---|
| ProtocolAcceptor
Accepts incoming connection, communicates with clients, and fires events to ProtocolHandlers. |
|
| ProtocolConnector
Connects to endpoint, communicates with the server, and fires events to ProtocolProviders. |
|
| ProtocolDecoder
Decodes binary or protocol-specific data into higher-level message objects. |
|
| ProtocolEncoder
Encodes higher-level message objects into binary or protocol-specific data. |
|
| ProtocolFilterChain
|
|
| ProtocolHandler
Handles all protocol events fired by MINA. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolSessionManager
A SessionManager for Protocol layer. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.protocol.vmpipe | |
|---|---|
| ProtocolAcceptor
Accepts incoming connection, communicates with clients, and fires events to ProtocolHandlers. |
|
| ProtocolConnector
Connects to endpoint, communicates with the server, and fires events to ProtocolProviders. |
|
| ProtocolFilterChain
|
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
| ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
|
| ProtocolSessionManager
A SessionManager for Protocol layer. |
|
| Classes in org.apache.mina.protocol used by org.apache.mina.registry | |
|---|---|
| ProtocolAcceptor
Accepts incoming connection, communicates with clients, and fires events to ProtocolHandlers. |
|
| ProtocolProvider
Provides a required information to implement high-level protocols. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||