Class QuicSslEngine


  • public abstract class QuicSslEngine
    extends javax.net.ssl.SSLEngine
    An SSLEngine 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QuicSslEngine

        public QuicSslEngine()