Class IOUringServerSocketChannel

  • 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, java.lang.Comparable<io.netty.channel.Channel>

    public final class IOUringServerSocketChannel
    extends AbstractIOUringServerChannel
    implements io.netty.channel.socket.ServerSocketChannel
    • Constructor Detail

      • IOUringServerSocketChannel

        public IOUringServerSocketChannel()
    • Method Detail

      • config

        public IOUringServerSocketChannelConfig 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 java.net.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 java.net.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​(java.net.SocketAddress localAddress)
                    throws java.lang.Exception
        Overrides:
        doBind in class AbstractIOUringChannel
        Throws:
        java.lang.Exception