public class SslServerTlsHandler
extends io.netty.handler.codec.ByteToMessageDecoder
| 构造器和说明 |
|---|
SslServerTlsHandler(org.apache.dubbo.common.URL url) |
SslServerTlsHandler(org.apache.dubbo.common.URL url,
boolean sslDetected) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt) |
channelInactive, channelRead, channelReadComplete, handlerRemoved, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecodepublic SslServerTlsHandler(org.apache.dubbo.common.URL url)
public SslServerTlsHandler(org.apache.dubbo.common.URL url,
boolean sslDetected)
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught 在接口中 io.netty.channel.ChannelHandlerexceptionCaught 在接口中 io.netty.channel.ChannelInboundHandlerexceptionCaught 在类中 io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.