public interface ServerChannel extends Channel
Channel
接受传入的连接尝试并通过接受它们来创建其子Channel
。
ServerSocketChannel
就是一个很好的例子。
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
Copyright © 2008–2018 The Netty Project. All rights reserved.