Class TcpIpPort.IPv4DatagramChanFactory

  • All Implemented Interfaces:
    io.netty.bootstrap.ChannelFactory<io.netty.channel.socket.nio.NioDatagramChannel>, io.netty.channel.ChannelFactory<io.netty.channel.socket.nio.NioDatagramChannel>
    Enclosing class:
    TcpIpPort

    protected class TcpIpPort.IPv4DatagramChanFactory
    extends java.lang.Object
    implements io.netty.channel.ChannelFactory<io.netty.channel.socket.nio.NioDatagramChannel>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.channel.socket.nio.NioDatagramChannel newChannel()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IPv4DatagramChanFactory

        protected IPv4DatagramChanFactory()
    • Method Detail

      • newChannel

        public io.netty.channel.socket.nio.NioDatagramChannel newChannel()
        Specified by:
        newChannel in interface io.netty.bootstrap.ChannelFactory<io.netty.channel.socket.nio.NioDatagramChannel>
        Specified by:
        newChannel in interface io.netty.channel.ChannelFactory<io.netty.channel.socket.nio.NioDatagramChannel>