Package io.netty.handler.codec.quic
Class QuicSslEngine
- java.lang.Object
-
- javax.net.ssl.SSLEngine
-
- io.netty.handler.codec.quic.QuicSslEngine
-
public abstract class QuicSslEngine extends javax.net.ssl.SSLEngine
AnSSLEngine
that can be used for QUIC.
-
-
Constructor Summary
Constructors Constructor Description QuicSslEngine()
-
Method Summary
-
Methods inherited from class javax.net.ssl.SSLEngine
beginHandshake, closeInbound, closeOutbound, getApplicationProtocol, getDelegatedTask, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getHandshakeApplicationProtocol, getHandshakeApplicationProtocolSelector, getHandshakeSession, getHandshakeStatus, getNeedClientAuth, getPeerHost, getPeerPort, getSession, getSSLParameters, getSupportedCipherSuites, getSupportedProtocols, getUseClientMode, getWantClientAuth, isInboundDone, isOutboundDone, setEnabledCipherSuites, setEnabledProtocols, setEnableSessionCreation, setHandshakeApplicationProtocolSelector, setNeedClientAuth, setSSLParameters, setUseClientMode, setWantClientAuth, unwrap, unwrap, unwrap, wrap, wrap, wrap
-
-