public interface ServerChannel extends Channel
Channel
that accepts an incoming connection attempt and creates
its child Channel
s by accepting them. ServerSocketChannel
is
a good example.OP_NONE, OP_READ, OP_READ_WRITE, OP_WRITE
bind, close, connect, disconnect, getAttachment, getCloseFuture, getConfig, getFactory, getId, getInterestOps, getLocalAddress, getParent, getPipeline, getRemoteAddress, isBound, isConnected, isOpen, isReadable, isWritable, setAttachment, setInterestOps, setReadable, unbind, write, write
compareTo
Copyright © 2008-2014 The Netty Project. All Rights Reserved.