open class ReactorNettyTcpConnection<P : Any> : TcpConnection<P>
Reactor Netty based implementation of TcpConnection.
Author
Rossen Stoyanchev
Since
5.0
ReactorNettyTcpConnection(inbound: NettyInbound, outbound: NettyOutbound, codec: ReactorNettyCodec<P>, closeProcessor: DirectProcessor<Void>) |
open fun close(): Unit |
|
open fun onReadInactivity(runnable: Runnable, inactivityDuration: Long): Unit |
|
open fun onWriteInactivity(runnable: Runnable, inactivityDuration: Long): Unit |
|
open fun send(message: Message<P>): ListenableFuture<Void> |