Class NativeTransport
java.lang.Object
org.infinispan.hotrod.impl.transport.netty.NativeTransport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.channel.EventLoopGroupcreateEventLoopGroup(int maxExecutors, ExecutorService executorService) static Class<? extends io.netty.channel.socket.DatagramChannel> static Class<? extends io.netty.channel.socket.SocketChannel>
-
Constructor Details
-
NativeTransport
public NativeTransport()
-
-
Method Details
-
socketChannelClass
-
datagramChannelClass
-
createEventLoopGroup
public static io.netty.channel.EventLoopGroup createEventLoopGroup(int maxExecutors, ExecutorService executorService)
-