| 软件包 | 描述 |
|---|---|
| io.netty.bootstrap |
带有流畅API的助手类可以轻松实现典型的客户端和服务器端通道初始化。
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>
AbstractBootstrap是一个辅助类,可以轻松引导Channel 。
|
class |
AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel>
公开 AbstractBootstrap的配置。
|
| Modifier and Type | Class and Description |
|---|---|
class |
Bootstrap
|
class |
ServerBootstrap
Bootstrap子类允许ServerChannel的简单引导
|
| Modifier and Type | Field and Description |
|---|---|
protected B |
AbstractBootstrapConfig.bootstrap |
Copyright © 2008–2018 The Netty Project. All rights reserved.