public abstract class Message
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Message.Codec<M extends Message> |
static class |
Message.Direction |
static class |
Message.Dispatcher |
static class |
Message.ProtocolDecoder |
static class |
Message.ProtocolEncoder |
static class |
Message.Request |
static class |
Message.Response |
static class |
Message.Type |
Modifier and Type | Field and Description |
---|---|
protected Connection |
connection |
protected static org.slf4j.Logger |
logger |
Message.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
Message(Message.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
attach(Connection connection) |
Connection |
connection() |
Frame |
getSourceFrame() |
int |
getStreamId() |
void |
setSourceFrame(Frame sourceFrame) |
Message |
setStreamId(int streamId) |
protected static final org.slf4j.Logger logger
public final Message.Type type
protected Connection connection
protected Message(Message.Type type)
public void attach(Connection connection)
public Connection connection()
public Message setStreamId(int streamId)
public int getStreamId()
public void setSourceFrame(Frame sourceFrame)
public Frame getSourceFrame()
Copyright © 2014 The Apache Software Foundation