Java io.netty.handler.ssl SslHandler fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.ssl SslHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.ssl SslHandler.

The text is from its open source code.

Subclass

io.netty.handler.ssl.SslHandler has subclasses.
Click this link to see all its subclasses.

Field

SSLEngineengine

Constructor

SslHandler(SSLEngine engine)
Creates a new instance which runs all delegated tasks directly on the EventExecutor .
SslHandler(SSLEngine engine, boolean startTls)
Creates a new instance which runs all delegated tasks directly on the EventExecutor .
SslHandler(SSLEngine engine, Executor delegatedTaskExecutor)
Creates a new instance.

Method

StringapplicationProtocol()
Returns the name of the current application-level protocol.
ChannelFutureclose()
Use #closeOutbound()
longgetHandshakeTimeoutMillis()
FuturehandshakeFuture()
Returns a Future that will get notified once the current TLS handshake completes.
booleanisEncrypted(ByteBuf buffer)
Returns true if the given ByteBuf is encrypted.
voidsetHandshakeTimeoutMillis(long handshakeTimeoutMillis)
FuturesslCloseFuture()
Return the Future that will get notified if the inbound of the SSLEngine is closed.