Package io.netty.handler.codec.quic
Class QuicSslContext
- java.lang.Object
-
- io.netty.handler.ssl.SslContext
-
- io.netty.handler.codec.quic.QuicSslContext
-
public abstract class QuicSslContext extends io.netty.handler.ssl.SslContextSpecialSslContextthat can be used forQUIC.
-
-
Constructor Summary
Constructors Constructor Description QuicSslContext()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract QuicSslEnginenewEngine(io.netty.buffer.ByteBufAllocator alloc)abstract QuicSslEnginenewEngine(io.netty.buffer.ByteBufAllocator alloc, String peerHost, int peerPort)abstract QuicSslSessionContextsessionContext()-
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
-
-
-
-
Method Detail
-
newEngine
public abstract QuicSslEngine newEngine(io.netty.buffer.ByteBufAllocator alloc)
- Specified by:
newEnginein classio.netty.handler.ssl.SslContext
-
newEngine
public abstract QuicSslEngine newEngine(io.netty.buffer.ByteBufAllocator alloc, String peerHost, int peerPort)
- Specified by:
newEnginein classio.netty.handler.ssl.SslContext
-
sessionContext
public abstract QuicSslSessionContext sessionContext()
- Specified by:
sessionContextin classio.netty.handler.ssl.SslContext
-
-