@ChannelHandler.Sharable
public class UscMultiplexer
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PAYLOAD_SIZE |
| Constructor and Description |
|---|
UscMultiplexer(UscPlugin plugin)
Constructs a new UscMultiplexer
|
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
void |
channelReadComplete(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic static final int MAX_PAYLOAD_SIZE
public UscMultiplexer(UscPlugin plugin)
plugin - The instance of UscPlugin on whose behalf this demultiplexer is managing session state.public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelReadComplete(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelReadComplete in interface io.netty.channel.ChannelInboundHandlerchannelReadComplete in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2019 OpenDaylight. All rights reserved.