| Constructor and Description |
|---|
| io.netty.handler.stream.ChunkedWriteHandler(int) |
| io.netty.handler.ssl.JdkSslClientContext(File, TrustManagerFactory, Iterable Use the constructors that accept
ApplicationProtocolConfig or
ApplicationProtocolNegotiator instead.
Creates a new instance. |
| io.netty.handler.ssl.OpenSslEngine(long, ByteBufAllocator, String) |
| io.netty.handler.ssl.OpenSslServerContext(File, File, String, Iterable Use the constructors that accepts
ApplicationProtocolConfig or
ApplicationProtocolNegotiator instead.
Creates a new instance. |
| io.netty.handler.ssl.SslHandler(SSLEngine, boolean, Executor)
Use
SslHandler.SslHandler(SSLEngine, boolean) instead. |
| io.netty.handler.ssl.SslHandler(SSLEngine, Executor)
Use
SslHandler.SslHandler(SSLEngine) instead. |
Copyright © 2008–2015 The Netty Project. All rights reserved.