- java.lang.Object
-
- javax.net.ssl.SSLEngine
-
- io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
-
- io.netty5.handler.ssl.OpenSslEngine
-
- All Implemented Interfaces:
ReferenceCounted
public final class OpenSslEngine extends ReferenceCountedOpenSslEngine
Implements aSSLEngine
using OpenSSL BIO abstractions.This class will use a finalizer to ensure native resources are automatically cleaned up. To avoid finalizers and manually release the native memory see
ReferenceCountedOpenSslEngine
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
-
Methods inherited from class io.netty5.handler.ssl.ReferenceCountedOpenSslEngine
beginHandshake, closeInbound, closeOutbound, getApplicationProtocol, getDelegatedTask, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getHandshakeApplicationProtocol, getHandshakeSession, getHandshakeStatus, getNeedClientAuth, getNegotiatedApplicationProtocol, getOcspResponse, getSession, getSSLParameters, getSupportedCipherSuites, getSupportedProtocols, getUseClientMode, getWantClientAuth, isInboundDone, isOutboundDone, refCnt, release, release, retain, retain, setEnabledCipherSuites, setEnabledProtocols, setEnableSessionCreation, setNeedClientAuth, setOcspResponse, setSSLParameters, setUseClientMode, setVerify, setWantClientAuth, shutdown, sslPointer, touch, touch, unwrap, unwrap, unwrap, unwrap, unwrap, wrap, wrap
-
Methods inherited from class javax.net.ssl.SSLEngine
getHandshakeApplicationProtocolSelector, getPeerHost, getPeerPort, setHandshakeApplicationProtocolSelector, wrap
-
-