public class MessageSupport extends Object
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
MessageSupport() |
Modifier and Type | Method and Description |
---|---|
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) |
protected static org.fusesource.hawtbuf.UTF8Buffer readUTF(org.fusesource.hawtbuf.DataByteArrayInputStream is) throws ProtocolException
ProtocolException
protected static void writeUTF(org.fusesource.hawtbuf.DataByteArrayOutputStream os, org.fusesource.hawtbuf.Buffer buffer) throws IOException
IOException
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.