| Method and Description |
|---|
| 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. |