Class AbstractIOUringServerChannel

  • All Implemented Interfaces:
    io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, io.netty.channel.ServerChannel, io.netty.channel.unix.UnixChannel, io.netty.util.AttributeMap, java.lang.Comparable<io.netty.channel.Channel>
    Direct Known Subclasses:
    IOUringServerSocketChannel

    abstract class AbstractIOUringServerChannel
    extends AbstractIOUringChannel
    implements io.netty.channel.ServerChannel
    • Field Detail

      • acceptedAddressMemory

        private final java.nio.ByteBuffer acceptedAddressMemory
      • acceptedAddressLengthMemory

        private final java.nio.ByteBuffer acceptedAddressLengthMemory
      • acceptedAddressMemoryAddress

        private final long acceptedAddressMemoryAddress
      • acceptedAddressLengthMemoryAddress

        private final long acceptedAddressLengthMemoryAddress
    • Constructor Detail

      • AbstractIOUringServerChannel

        protected AbstractIOUringServerChannel​(LinuxSocket socket,
                                               boolean active)