public class WaarpNettyUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
setBootstrap(io.netty.bootstrap.Bootstrap bootstrap,
io.netty.channel.EventLoopGroup group,
int timeout)
Add default configuration for client bootstrap
|
static void |
setServerBootstrap(io.netty.bootstrap.ServerBootstrap bootstrap,
io.netty.channel.EventLoopGroup groupBoss,
io.netty.channel.EventLoopGroup groupWorker,
int timeout)
Add default configuration for server bootstrap
|
public static void setBootstrap(io.netty.bootstrap.Bootstrap bootstrap, io.netty.channel.EventLoopGroup group, int timeout)
bootstrap
- group
- timeout
- public static void setServerBootstrap(io.netty.bootstrap.ServerBootstrap bootstrap, io.netty.channel.EventLoopGroup groupBoss, io.netty.channel.EventLoopGroup groupWorker, int timeout)
bootstrap
- groupBoss
- groupWorker
- timeout
- Copyright © 2009–2019 Waarp. All rights reserved.