public class ConnectionStart extends MethodFrame
| Modifier and Type | Field and Description |
|---|---|
static ConnectionStart |
DEFAULT_FRAME |
FRAME_END| Constructor and Description |
|---|
ConnectionStart(short channel,
byte majorVersion,
byte minorVersion,
FieldTable serverProperties,
LongString mechanisms,
LongString locales) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
getMethodBodySize() |
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic static final ConnectionStart DEFAULT_FRAME
public ConnectionStart(short channel,
byte majorVersion,
byte minorVersion,
FieldTable serverProperties,
LongString mechanisms,
LongString locales)
protected long getMethodBodySize()
getMethodBodySize in class MethodFrameprotected void writeMethod(io.netty.buffer.ByteBuf buf)
writeMethod in class MethodFramepublic void handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler)
handle in class GeneralFrameCopyright © 2017 WSO2. All rights reserved.