public class SslServerTlsHandler
extends io.netty.handler.codec.ByteToMessageDecoder
| 构造器和说明 |
|---|
SslServerTlsHandler() |
SslServerTlsHandler(io.netty.handler.ssl.SslContext sslContext) |
SslServerTlsHandler(io.netty.handler.ssl.SslContext sslContext,
boolean detectSsl) |
SslServerTlsHandler(URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
public SslServerTlsHandler(URL url)
public SslServerTlsHandler(io.netty.handler.ssl.SslContext sslContext)
public SslServerTlsHandler(io.netty.handler.ssl.SslContext sslContext,
boolean detectSsl)
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–2022 The Apache Software Foundation. All rights reserved.