public interface UnixChannel
extends io.netty.channel.Channel
Channel
that expose operations that are only present on UNIX
like systems.Modifier and Type | Method and Description |
---|---|
FileDescriptor |
fd()
Returns the
FileDescriptor that is used by this Channel . |
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, config, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, parent, pipeline, read, remoteAddress, unsafe
bind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlush
compareTo
FileDescriptor fd()
FileDescriptor
that is used by this Channel
.Copyright © 2008–2017 The Netty Project. All rights reserved.