public abstract class QuicSslContext
extends io.netty.handler.ssl.SslContext
SslContext that can be used for QUIC.| Constructor and Description |
|---|
QuicSslContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract QuicSslEngine |
newEngine(io.netty.buffer.ByteBufAllocator alloc) |
abstract QuicSslEngine |
newEngine(io.netty.buffer.ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort) |
abstract QuicSslSessionContext |
sessionContext() |
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, toX509Certificatespublic abstract QuicSslEngine newEngine(io.netty.buffer.ByteBufAllocator alloc)
newEngine in class io.netty.handler.ssl.SslContextpublic abstract QuicSslEngine newEngine(io.netty.buffer.ByteBufAllocator alloc, java.lang.String peerHost, int peerPort)
newEngine in class io.netty.handler.ssl.SslContextpublic abstract QuicSslSessionContext sessionContext()
sessionContext in class io.netty.handler.ssl.SslContextCopyright © 2020-2025 The Netty Project. All Rights Reserved.