public interface ServerConfigurationProvider
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
createEventLoopGroup(int numberOfThreads,
ThreadFactory threadFactory) |
Class<? extends io.netty.channel.ServerChannel> |
getChannelClass() |
io.netty.channel.EventLoopGroup createEventLoopGroup(int numberOfThreads,
ThreadFactory threadFactory)
Class<? extends io.netty.channel.ServerChannel> getChannelClass()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.