@DefaultImplementation(value=NativeChannelImplementationSelector.class) public interface NettyChannelImplementationSelector
Channel implementation.| Modifier and Type | Method and Description |
|---|---|
Class<? extends io.netty.channel.Channel> |
getChannelClass() |
Class<? extends io.netty.channel.ServerChannel> |
getServerChannelClass() |
io.netty.channel.EventLoopGroup |
newEventLoopGroup(int numThreads,
ThreadFactory threadFactory)
Creates a new
EventLoopGroup. |
io.netty.channel.EventLoopGroup newEventLoopGroup(int numThreads,
ThreadFactory threadFactory)
EventLoopGroup.numThreads - the number of threadsthreadFactory - the ThreadFactoryEventLoopGroupClass<? extends io.netty.channel.ServerChannel> getServerChannelClass()
Class<? extends io.netty.channel.Channel> getChannelClass()
Copyright © 2018. All rights reserved.