软件包 | 描述 |
---|---|
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.