| Interface and Description |
|---|
| reactor.netty.tcp.SslProvider.DefaultConfigurationSpec
as of 1.0.6. Prefer
SslProvider.SslContextSpec#sslContext(ProtocolSslContextSpec),
where the default configuration is applied before any other custom configuration.
This will be removed in version 1.2.0. |
| Enum and Description |
|---|
| reactor.netty.tcp.SslProvider.DefaultConfigurationType
as of 1.0.6. Prefer
SslProvider.SslContextSpec#sslContext(ProtocolSslContextSpec),
where the default configuration is applied before any other custom configuration.
This will be removed in version 1.2.0. |
| Field and Description |
|---|
| reactor.netty.NettyPipeline.UnvoidHandler
as of 1.1.0. This will be removed in 2.0.0 as Netty 5 does not support
VoidChannelPromise. |
| Method and Description |
|---|
| reactor.netty.Connection.addHandler(ChannelHandler)
as of 1.0.17. Use
Connection.addHandlerFirst(ChannelHandler) or Connection.addHandlerLast(ChannelHandler).
This method will be removed in version 1.2.0. |
| reactor.netty.Connection.addHandler(String, ChannelHandler)
as of 1.0.17. Use
Connection.addHandlerFirst(String, ChannelHandler) or
Connection.addHandlerLast(String, ChannelHandler). This method will be removed in version 1.2.0. |
| reactor.netty.tcp.TcpClient.addressSupplier(Supplier<? extends SocketAddress>)
Use
TcpClient.remoteAddress(Supplier). This method will be removed in version 1.1.0. |
| reactor.netty.tcp.TcpClient.bootstrap(Function<? super Bootstrap, ? extends Bootstrap>)
as of 0.9.10. Use the other methods exposed by
TcpClient to achieve the same configurations.
The method will be removed in version 1.1.0. |
| reactor.netty.tcp.SslProvider.SslContextSpec.sslContext(SslContextBuilder)
as of 1.0.6. Prefer
#sslContext(ProtocolSslContextSpec), where the default
configuration is applied before any other custom configuration.
This method will be removed in version 1.2.0. |
| reactor.netty.ReactorNetty.toPrettyHexDump(Object)
as of 1.1.0. This will be removed in 2.0.0 as the functionality is not used anymore.
|
| reactor.netty.tcp.SslProvider.updateDefaultConfiguration(SslProvider, SslProvider.DefaultConfigurationType)
as of 1.0.6. Prefer
SslProvider.SslContextSpec#sslContext(ProtocolSslContextSpec),
where the default configuration is applied before any other custom configuration.
This will be removed in version 1.2.0. |
| Constructor and Description |
|---|
| reactor.netty.channel.MeterKey(String, String, String, String)
as of 1.1.17. Prefer using
MeterKey(String, String, String, String, String) constructor.
This method will be removed in version 1.3.0. |