public interface UnixChannel extends Channel
Channel
揭露只在UNIX
像系统存在的操作。
Channel.Unsafe
Modifier and Type | Method and Description |
---|---|
FileDescriptor |
fd()
返回此 Channel 使用的FileDescriptor 。
|
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
FileDescriptor fd()
Channel
使用的FileDescriptor
。
Copyright © 2008–2018 The Netty Project. All rights reserved.