public class SupportedMessage extends Message.Response
Message.Codec<M extends Message>, Message.Direction, Message.Dispatcher, Message.ProtocolDecoder, Message.ProtocolEncoder, Message.Request, Message.Response, Message.Type
Modifier and Type | Field and Description |
---|---|
static Message.Codec<SupportedMessage> |
codec |
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
supported |
tracingId
connection, logger, type
Constructor and Description |
---|
SupportedMessage(java.util.Map<java.lang.String,java.util.List<java.lang.String>> supported) |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.buffer.ChannelBuffer |
encode() |
java.lang.String |
toString() |
getTracingId, setTracingId
attach, connection, getStreamId, setStreamId
public static final Message.Codec<SupportedMessage> codec
public final java.util.Map<java.lang.String,java.util.List<java.lang.String>> supported
Copyright © 2013 The Apache Software Foundation