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.Channel.Unsafe
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, config, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, parent, pipeline, read, remoteAddress, unsafe
attr, hasAttr
bind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlush
compareTo
Copyright © 2008–2017 The Netty Project. All rights reserved.