Class IOUringSocketChannel

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.socket.DuplexChannel, io.netty.channel.socket.SocketChannel, io.netty.channel.unix.UnixChannel, io.netty.util.AttributeMap, Comparable<io.netty.channel.Channel>

public final class IOUringSocketChannel extends AbstractIOUringStreamChannel implements io.netty.channel.socket.SocketChannel
  • Field Details

  • Constructor Details

    • IOUringSocketChannel

      public IOUringSocketChannel()
    • IOUringSocketChannel

      IOUringSocketChannel(io.netty.channel.Channel parent, LinuxSocket fd, SocketAddress remote)
  • Method Details

    • parent

      public io.netty.channel.socket.ServerSocketChannel parent()
      Specified by:
      parent in interface io.netty.channel.Channel
      Specified by:
      parent in interface io.netty.channel.socket.SocketChannel
      Overrides:
      parent in class io.netty.channel.AbstractChannel
    • config

      public IOUringSocketChannelConfig config()
      Specified by:
      config in interface io.netty.channel.Channel
      Specified by:
      config in interface io.netty.channel.socket.SocketChannel
    • remoteAddress

      public InetSocketAddress remoteAddress()
      Specified by:
      remoteAddress in interface io.netty.channel.Channel
      Specified by:
      remoteAddress in interface io.netty.channel.socket.SocketChannel
      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.SocketChannel
      Overrides:
      localAddress in class io.netty.channel.AbstractChannel