public class PortUnificationServerHandler
extends io.netty.handler.codec.ByteToMessageDecoder
| Constructor and Description |
|---|
PortUnificationServerHandler(URL url,
List<WireProtocol> protocols) |
PortUnificationServerHandler(URL url,
io.netty.handler.ssl.SslContext sslCtx,
List<WireProtocol> protocols) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelInactive(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
io.netty.channel.group.DefaultChannelGroup |
getChannels() |
channelRead, channelReadComplete, handlerRemoved, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelRegistered, channelUnregistered, channelWritabilityChangedpublic PortUnificationServerHandler(URL url, List<WireProtocol> protocols)
public PortUnificationServerHandler(URL url, io.netty.handler.ssl.SslContext sslCtx, List<WireProtocol> protocols)
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic io.netty.channel.group.DefaultChannelGroup getChannels()
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.