|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.filter.codec.ProtocolDecoderAdapter
org.apache.mina.filter.codec.CumulativeProtocolDecoder
org.jivesoftware.multiplexer.net.XMPPDecoder
public class XMPPDecoder
Decoder class that parses ByteBuffers and generates XML stanzas. Generated stanzas are then passed to the next filters.
Constructor Summary | |
---|---|
XMPPDecoder()
|
Method Summary | |
---|---|
protected boolean |
doDecode(org.apache.mina.common.IoSession session,
org.apache.mina.common.ByteBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
|
Methods inherited from class org.apache.mina.filter.codec.CumulativeProtocolDecoder |
---|
decode, dispose |
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter |
---|
finishDecode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMPPDecoder()
Method Detail |
---|
protected boolean doDecode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out) throws java.lang.Exception
doDecode
in class org.apache.mina.filter.codec.CumulativeProtocolDecoder
java.lang.Exception
|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |