Class AbstractIOUringServerChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
io.netty.incubator.channel.uring.AbstractIOUringChannel
io.netty.incubator.channel.uring.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, Comparable<io.netty.channel.Channel>
Direct Known Subclasses:
IOUringServerSocketChannel

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

    • acceptedAddressMemory

      private final ByteBuffer acceptedAddressMemory
    • acceptedAddressLengthMemory

      private final ByteBuffer acceptedAddressLengthMemory
    • acceptedAddressMemoryAddress

      private final long acceptedAddressMemoryAddress
    • acceptedAddressLengthMemoryAddress

      private final long acceptedAddressLengthMemoryAddress
  • Constructor Details

    • AbstractIOUringServerChannel

      protected AbstractIOUringServerChannel(LinuxSocket socket, boolean active)
  • Method Details