Package org.neo4j.bolt.connection.netty
Class BootstrapFactory
java.lang.Object
org.neo4j.bolt.connection.netty.BootstrapFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.bootstrap.BootstrapnewBootstrap(int threadCount) static io.netty.bootstrap.BootstrapnewBootstrap(io.netty.channel.EventLoopGroup eventLoopGroup)
-
Method Details
-
newBootstrap
public static io.netty.bootstrap.Bootstrap newBootstrap(int threadCount) -
newBootstrap
public static io.netty.bootstrap.Bootstrap newBootstrap(io.netty.channel.EventLoopGroup eventLoopGroup)
-