public class ConnectionStartOk extends MethodFrame
FRAME_END| Constructor and Description |
|---|
ConnectionStartOk(int channel,
org.wso2.broker.common.data.types.FieldTable clientProperties,
org.wso2.broker.common.data.types.ShortString mechanisms,
org.wso2.broker.common.data.types.ShortString locale,
org.wso2.broker.common.data.types.LongString response,
AuthenticationStrategy authenticationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static AmqMethodBodyFactory |
getFactory(AuthenticationStrategy authenticationStrategy) |
protected long |
getMethodBodySize() |
void |
handle(io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler) |
protected void |
writeMethod(io.netty.buffer.ByteBuf buf) |
getPayloadSize, writePayloadgetChannel, writepublic ConnectionStartOk(int channel,
org.wso2.broker.common.data.types.FieldTable clientProperties,
org.wso2.broker.common.data.types.ShortString mechanisms,
org.wso2.broker.common.data.types.ShortString locale,
org.wso2.broker.common.data.types.LongString response,
AuthenticationStrategy authenticationStrategy)
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 GeneralFramepublic static AmqMethodBodyFactory getFactory(AuthenticationStrategy authenticationStrategy)
Copyright © 2018 WSO2. All rights reserved.