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,
String peerHost,
int peerPort) |
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, sessionContext, 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, String peerHost, int peerPort)
newEngine in class io.netty.handler.ssl.SslContextCopyright © 2020–2021 The Netty Project. All rights reserved.