Modifier and Type | Method and Description |
---|---|
InternalProtocolNegotiator.ProtocolNegotiator |
InternalNettyChannelBuilder.ProtocolNegotiatorFactory.buildProtocolNegotiator() |
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. |
Copyright © 2019. All rights reserved.