Interface UnixChannel

  • All Superinterfaces:
    io.netty.util.AttributeMap, io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, Comparable<io.netty.channel.Channel>
    All Known Subinterfaces:
    DomainDatagramChannel, DomainSocketChannel, ServerDomainSocketChannel

    public interface UnixChannel
    extends io.netty.channel.Channel
    Channel that expose operations that are only present on UNIX like systems.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.channel.Channel

        io.netty.channel.Channel.Unsafe
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FileDescriptor fd()
      Returns the FileDescriptor that is used by this Channel.
      • 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