InternalProtocolNegotiator.ProtocolNegotiator |
InternalNettyChannelBuilder.ProtocolNegotiatorFactory.buildProtocolNegotiator() |
|
InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiator.ClientFactory.newNegotiator() |
|
InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiator.ServerFactory.newNegotiator(ObjectPool<? extends java.util.concurrent.Executor> offloadExecutorPool) |
|
static InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiators.plaintext() |
|
static InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiators.serverPlaintext() |
|
static InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiators.serverTls(io.netty.handler.ssl.SslContext sslContext) |
Returns a ProtocolNegotiator that ensures the pipeline is set up so that TLS will be
negotiated, the server TLS handler is added and writes to the Channel may happen immediately, even before the TLS Handshake is complete.
|
static InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiators.tls(io.netty.handler.ssl.SslContext sslContext) |
Returns a ProtocolNegotiator that ensures the pipeline is set up so that TLS will
be negotiated, the handler is added and writes to the Channel
may happen immediately, even before the TLS Handshake is complete.
|
static InternalProtocolNegotiator.ProtocolNegotiator |
InternalProtocolNegotiators.tls(io.netty.handler.ssl.SslContext sslContext,
ObjectPool<? extends java.util.concurrent.Executor> executorPool,
java.util.Optional<java.lang.Runnable> handshakeCompleteRunnable) |
Returns a ProtocolNegotiator that ensures the pipeline is set up so that TLS will
be negotiated, the handler is added and writes to the Channel
may happen immediately, even before the TLS Handshake is complete.
|