private class ReactorNettyTcpClient.ReactorNettyHandler
extends java.lang.Object
implements java.util.function.BiFunction<NettyInbound,NettyOutbound,<any>>
| Modifier and Type | Field and Description |
|---|---|
private TcpConnectionHandler<P> |
connectionHandler |
| Constructor and Description |
|---|
ReactorNettyHandler(TcpConnectionHandler<P> handler) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
apply(NettyInbound inbound,
NettyOutbound outbound) |
private final TcpConnectionHandler<P> connectionHandler
ReactorNettyHandler(TcpConnectionHandler<P> handler)