Interface UnixChannel

  • All Superinterfaces:
    io.netty5.util.AttributeMap, io.netty5.channel.Channel, io.netty5.channel.ChannelOutboundInvoker, Comparable<io.netty5.channel.Channel>, io.netty5.util.concurrent.FuturePromiseFactory, io.netty5.channel.IoHandle

    public interface UnixChannel
    extends io.netty5.channel.Channel
    Channel that expose operations that are only present on UNIX like systems.
    • 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.netty5.util.AttributeMap

        attr, hasAttr
      • Methods inherited from interface io.netty5.channel.Channel

        bind, bufferAllocator, close, closeFuture, connect, connect, deregister, disconnect, executor, flush, getOption, id, isActive, isOpen, isOptionSupported, isShutdown, isWritable, localAddress, parent, pipeline, read, read, register, remoteAddress, sendOutboundEvent, setOption, shutdown, writableBytes, write, writeAndFlush
      • Methods inherited from interface io.netty5.channel.ChannelOutboundInvoker

        newFailedFuture, newPromise, newSucceededFuture, newSucceededFuture
      • Methods inherited from interface io.netty5.channel.IoHandle

        isRegistered