|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.mqtt.codec.MessageSupport
public class MessageSupport
Nested Class Summary | |
---|---|
static class |
MessageSupport.AckBase
|
static interface |
MessageSupport.Acked
All command objects that can get acked implement this interface. |
static class |
MessageSupport.EmptyBase
|
static class |
MessageSupport.HeaderBase
|
static interface |
MessageSupport.Message
All command objects implement this interface. |
Constructor Summary | |
---|---|
MessageSupport()
|
Method Summary | |
---|---|
protected static org.fusesource.hawtbuf.UTF8Buffer |
readUTF(org.fusesource.hawtbuf.DataByteArrayInputStream is)
|
protected static void |
writeUTF(org.fusesource.hawtbuf.DataByteArrayOutputStream os,
org.fusesource.hawtbuf.Buffer buffer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageSupport()
Method Detail |
---|
protected static org.fusesource.hawtbuf.UTF8Buffer readUTF(org.fusesource.hawtbuf.DataByteArrayInputStream is) throws java.net.ProtocolException
java.net.ProtocolException
protected static void writeUTF(org.fusesource.hawtbuf.DataByteArrayOutputStream os, org.fusesource.hawtbuf.Buffer buffer) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |