Interface SimpleAcceptingChannel<C extends CloseableChannel>

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

public interface SimpleAcceptingChannel<C extends CloseableChannel> extends SuspendableAcceptChannel
A channel which can accept connections.
Author:
David M. Lloyd