public class ChannelConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
Class<? extends io.netty.channel.Channel> |
channel() |
static ChannelConfiguration |
clientConfig(io.netty.channel.EventLoopGroup workerGroup) |
static ChannelConfiguration |
clientConfig(int workerThreads) |
io.netty.channel.EventLoopGroup |
workerGroup() |
public io.netty.channel.EventLoopGroup workerGroup()
public Class<? extends io.netty.channel.Channel> channel()
public static ChannelConfiguration clientConfig(int workerThreads)
public static ChannelConfiguration clientConfig(io.netty.channel.EventLoopGroup workerGroup)
Copyright © 2016. All Rights Reserved.