Package org.elasticsearch.transport
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.ByteBufAllocatorgetAllocator()static java.lang.Class<? extends io.netty.channel.Channel>getChannelType()static java.lang.Class<? extends io.netty.channel.ServerChannel>getServerChannelType()
-
-
-
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()
-
-