Class NettyAllocator

java.lang.Object
org.elasticsearch.transport.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 Details

  • Method Details

    • 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()