public class MessageSupport
extends java.lang.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() |
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
Copyright © 2010-2013 FuseSource, Corp.. All Rights Reserved.