| 软件包 | 描述 |
|---|---|
| io.netty.bootstrap |
带有流畅API的助手类可以轻松实现典型的客户端和服务器端通道初始化。
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapConfig
公开 Bootstrap的配置。
|
class |
ServerBootstrapConfig
公开了 ServerBootstrapConfig的配置。
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractBootstrapConfig<B,C> |
AbstractBootstrap.config()
返回可用于获取引导程序当前配置的 AbstractBootstrapConfig对象。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.