Class QuicSslContext


  • public abstract class QuicSslContext
    extends io.netty.handler.ssl.SslContext
    Special SslContext that can be used for QUIC.
    • Constructor Summary

      Constructors 
      Constructor Description
      QuicSslContext()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract QuicSslEngine newEngine​(io.netty.buffer.ByteBufAllocator alloc)  
      abstract QuicSslEngine newEngine​(io.netty.buffer.ByteBufAllocator alloc, String peerHost, int peerPort)  
      abstract QuicSslSessionContext sessionContext()  
      • Methods inherited from class io.netty.handler.ssl.SslContext

        applicationProtocolNegotiator, attributes, buildKeyManagerFactory, buildKeyStore, buildTrustManagerFactory, buildTrustManagerFactory, buildTrustManagerFactory, cipherSuites, defaultClientProvider, defaultServerProvider, generateKeySpec, isClient, isServer, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newClientContext, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newHandler, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, newServerContext, nextProtocols, sessionCacheSize, sessionTimeout, toPrivateKey, toPrivateKey, toX509Certificates, toX509Certificates
    • Constructor Detail

      • QuicSslContext

        public QuicSslContext()
    • Method Detail

      • newEngine

        public abstract QuicSslEngine newEngine​(io.netty.buffer.ByteBufAllocator alloc)
        Specified by:
        newEngine in class io.netty.handler.ssl.SslContext
      • newEngine

        public abstract QuicSslEngine newEngine​(io.netty.buffer.ByteBufAllocator alloc,
                                                String peerHost,
                                                int peerPort)
        Specified by:
        newEngine in class io.netty.handler.ssl.SslContext
      • sessionContext

        public abstract QuicSslSessionContext sessionContext()
        Specified by:
        sessionContext in class io.netty.handler.ssl.SslContext