Interface AcceptingChannel<C extends ConnectedChannel>

Type Parameters:
C - the channel type
All Superinterfaces:
AutoCloseable, BoundChannel, Channel, Closeable, CloseableChannel, Configurable, InterruptibleChannel, SimpleAcceptingChannel<C>, SuspendableAcceptChannel

public interface AcceptingChannel<C extends ConnectedChannel> extends BoundChannel, SimpleAcceptingChannel<C>
A channel which can accept inbound connections from remote endpoints.
Author:
David M. Lloyd