public class PortUnificationServerHandler
extends io.netty.handler.codec.ByteToMessageDecoder
| Constructor and Description |
|---|
PortUnificationServerHandler(URL url,
io.netty.handler.ssl.SslContext sslCtx,
boolean detectSsl,
List<WireProtocol> protocols,
io.netty.channel.group.ChannelGroup channels) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
channelInactive, channelRead, channelReadComplete, handlerRemoved, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelRegistered, channelUnregistered, channelWritabilityChangedpublic PortUnificationServerHandler(URL url, io.netty.handler.ssl.SslContext sslCtx, boolean detectSsl, List<WireProtocol> protocols, io.netty.channel.group.ChannelGroup channels)
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.ChannelInboundHandlerAdapterExceptionCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.