Interface ServerChannel

All Superinterfaces:
Channel, Comparable<Channel>
All Known Subinterfaces:
LocalServerChannel, ServerSocketChannel
All Known Implementing Classes:
AbstractServerChannel, DefaultLocalServerChannel, NioServerSocketChannel, OioServerSocketChannel

public interface ServerChannel extends Channel
A Channel that accepts an incoming connection attempt and creates its child Channels by accepting them. ServerSocketChannel is a good example.