Class NettyEventLoopFactory
java.lang.Object
org.apache.dubbo.remoting.transport.netty4.NettyEventLoopFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.dubbo.common.resource.GlobalResourceInitializer<io.netty.channel.EventLoopGroup> netty client bootstrap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.channel.EventLoopGroupeventLoopGroup(int threads, String threadFactoryName) static Class<? extends io.netty.channel.socket.ServerSocketChannel> static Class<? extends io.netty.channel.socket.SocketChannel>
-
Field Details
-
NIO_EVENT_LOOP_GROUP
public static final org.apache.dubbo.common.resource.GlobalResourceInitializer<io.netty.channel.EventLoopGroup> NIO_EVENT_LOOP_GROUPnetty client bootstrap
-
-
Constructor Details
-
NettyEventLoopFactory
public NettyEventLoopFactory()
-
-
Method Details
-
eventLoopGroup
-
socketChannelClass
-
serverSocketChannelClass
public static Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass()
-