Package io.netty.channel.unix
Interface UnixChannel
-
- All Superinterfaces:
io.netty.util.AttributeMap,io.netty.channel.Channel,io.netty.channel.ChannelOutboundInvoker,java.lang.Comparable<io.netty.channel.Channel>
- All Known Subinterfaces:
DomainSocketChannel,ServerDomainSocketChannel
public interface UnixChannel extends io.netty.channel.ChannelChannelthat expose operations that are only present onUNIXlike systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileDescriptorfd()Returns theFileDescriptorthat is used by thisChannel.-
Methods inherited from interface io.netty.channel.Channel
alloc, bytesBeforeUnwritable, bytesBeforeWritable, closeFuture, config, eventLoop, flush, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, parent, pipeline, read, remoteAddress, unsafe
-
Methods inherited from interface io.netty.channel.ChannelOutboundInvoker
bind, bind, close, close, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, voidPromise, write, write, writeAndFlush, writeAndFlush
-
-
-
-
Method Detail
-
fd
FileDescriptor fd()
Returns theFileDescriptorthat is used by thisChannel.
-
-