|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolDecoder | |
org.apache.mina.examples.reverser | Reverser server which reverses all text lines demonstating high-level protocol layer. |
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.io | A wrapper for org.apache.mina.io package to support low-level I/O. |
Uses of ProtocolDecoder in org.apache.mina.examples.reverser |
Classes in org.apache.mina.examples.reverser that implement ProtocolDecoder | |
class |
TextLineDecoder
Decodes a text line into a string. |
Uses of ProtocolDecoder in org.apache.mina.protocol |
Methods in org.apache.mina.protocol that return ProtocolDecoder | |
ProtocolDecoder |
ProtocolSession.getDecoder()
Returns the ProtocolDecoder for this session. |
ProtocolDecoder |
ProtocolCodecFactory.newDecoder()
Creates a new instance of ProtocolDecoder which decodes binary or
protocol-specific data into message objects. |
Uses of ProtocolDecoder in org.apache.mina.protocol.codec |
Classes in org.apache.mina.protocol.codec that implement ProtocolDecoder | |
class |
CumulativeProtocolDecoder
A ProtocolDecoder that cumulates the content of received
buffers to a cumulative buffer to help users implement decoders. |
Methods in org.apache.mina.protocol.codec that return ProtocolDecoder | |
ProtocolDecoder |
DemuxingProtocolCodecFactory.newDecoder()
|
Uses of ProtocolDecoder in org.apache.mina.protocol.io |
Methods in org.apache.mina.protocol.io that return ProtocolDecoder | |
ProtocolDecoder |
IoProtocolSession.getDecoder()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |