public interface UnixChannel extends Channel
Channel
that expose operations that are only present on UNIX
like systems.Channel.Unsafe
限定符和类型 | 方法和说明 |
---|---|
FileDescriptor |
fd()
Returns the
FileDescriptor that is used by this Channel . |
alloc, bind, bind, close, close, closeFuture, config, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
attr
FileDescriptor fd()
FileDescriptor
that is used by this Channel
.