Class NettyAllocator


  • public class NettyAllocator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NettyAllocator()  
    • Method Summary

      Modifier and Type Method Description
      static io.netty.buffer.ByteBufAllocator getAllocator()  
      static java.lang.Class<? extends io.netty.channel.Channel> getChannelType()  
      static java.lang.Class<? extends io.netty.channel.ServerChannel> getServerChannelType()  
      • Methods inherited from class java.lang.Object

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

      • NettyAllocator

        public NettyAllocator()
    • Method Detail

      • getAllocator

        public static io.netty.buffer.ByteBufAllocator getAllocator()
      • getChannelType

        public static java.lang.Class<? extends io.netty.channel.Channel> getChannelType()
      • getServerChannelType

        public static java.lang.Class<? extends io.netty.channel.ServerChannel> getServerChannelType()