Class DefaultNettyConnection<Read,Write>

java.lang.Object
io.servicetalk.transport.netty.internal.NettyChannelListenableAsyncCloseable
io.servicetalk.transport.netty.internal.DefaultNettyConnection<Read,Write>
Type Parameters:
Read - Type of objects read from this connection.
Write - Type of objects written to this connection.
All Implemented Interfaces:
AsyncCloseable, ListenableAsyncCloseable, ConnectionContext, ConnectionInfo, NettyConnection<Read,Write>, NettyConnectionContext

public final class DefaultNettyConnection<Read,Write> extends NettyChannelListenableAsyncCloseable implements NettyConnection<Read,Write>
Implementation of NettyConnection backed by a netty Channel.