Class IOUringServerSocketChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
All Implemented Interfaces:
io.netty.channel.Channel, io.netty.channel.ChannelOutboundInvoker, io.netty.channel.ServerChannel, io.netty.channel.socket.ServerSocketChannel, io.netty.channel.unix.UnixChannel, io.netty.util.AttributeMap, Comparable<io.netty.channel.Channel>

public final class IOUringServerSocketChannel extends AbstractIOUringServerChannel implements io.netty.channel.socket.ServerSocketChannel
  • Field Details

  • Constructor Details

    • IOUringServerSocketChannel

      public IOUringServerSocketChannel()
  • Method Details

    • config

      Specified by:
      config in interface io.netty.channel.Channel
      Specified by:
      config in interface io.netty.channel.socket.ServerSocketChannel
    • newChildChannel

      io.netty.channel.Channel newChildChannel(int fd, long acceptedAddressMemoryAddress, long acceptedAddressLengthMemoryAddress)
      Specified by:
      newChildChannel in class AbstractIOUringServerChannel
    • remoteAddress

      public InetSocketAddress remoteAddress()
      Specified by:
      remoteAddress in interface io.netty.channel.Channel
      Specified by:
      remoteAddress in interface io.netty.channel.socket.ServerSocketChannel
      Overrides:
      remoteAddress in class io.netty.channel.AbstractChannel
    • localAddress

      public InetSocketAddress localAddress()
      Specified by:
      localAddress in interface io.netty.channel.Channel
      Specified by:
      localAddress in interface io.netty.channel.socket.ServerSocketChannel
      Overrides:
      localAddress in class io.netty.channel.AbstractChannel
    • doBind

      public void doBind(SocketAddress localAddress) throws Exception
      Overrides:
      doBind in class AbstractIOUringChannel
      Throws:
      Exception