Package io.netty.channel.unix
Interface UnixChannel
-
- All Superinterfaces:
AttributeMap,Channel,ChannelOutboundInvoker,java.lang.Comparable<Channel>
- All Known Subinterfaces:
DomainDatagramChannel,DomainSocketChannel,ServerDomainSocketChannel
- All Known Implementing Classes:
AbstractEpollServerChannel,AbstractEpollStreamChannel,AbstractKQueueServerChannel,AbstractKQueueStreamChannel,EpollDatagramChannel,EpollDomainDatagramChannel,EpollDomainSocketChannel,EpollServerDomainSocketChannel,EpollServerSocketChannel,EpollSocketChannel,IoUringDatagramChannel,IoUringDomainSocketChannel,IoUringServerDomainSocketChannel,IoUringServerSocketChannel,IoUringSocketChannel,KQueueDatagramChannel,KQueueDomainDatagramChannel,KQueueDomainSocketChannel,KQueueServerDomainSocketChannel,KQueueServerSocketChannel,KQueueSocketChannel
public interface UnixChannel extends Channel
Channelthat expose operations that are only present onUNIXlike systems.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty.channel.Channel
Channel.Unsafe
-
-
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.util.AttributeMap
attr, hasAttr
-
Methods inherited from interface io.netty.channel.Channel
alloc, bind, bind, bytesBeforeUnwritable, bytesBeforeWritable, close, close, closeFuture, config, connect, connect, connect, connect, deregister, deregister, disconnect, disconnect, eventLoop, flush, getOption, id, isActive, isOpen, isRegistered, isWritable, localAddress, metadata, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, parent, pipeline, read, remoteAddress, setOption, unsafe, voidPromise, write, write, writeAndFlush, writeAndFlush
-
-
-
-
Method Detail
-
fd
FileDescriptor fd()
Returns theFileDescriptorthat is used by thisChannel.
-
-