软件包 | 描述 |
---|---|
io.netty.bootstrap |
带有流畅API的助手类可以轻松实现典型的客户端和服务器端通道初始化。
|
Modifier and Type | Method and Description |
---|---|
<T> ServerBootstrap |
ServerBootstrap.childAttr(AttributeKey<T> childKey, T value)
设置特定 AttributeKey 与给定值的每一个孩子Channel 。
|
ServerBootstrap |
ServerBootstrap.childHandler(ChannelHandler childHandler)
设置 ChannelHandler 这是用来服务于该请求Channel 的。
|
<T> ServerBootstrap |
ServerBootstrap.childOption(ChannelOption<T> childOption, T value)
允许指定 ChannelOption 其用于Channel 种情况下,一旦它们开始创建(受体后接受了Channel )。
|
ServerBootstrap |
ServerBootstrap.clone() |
ServerBootstrap |
ServerBootstrap.group(EventLoopGroup group)
指定用于父级(接受者)和子级(客户端)的 EventLoopGroup 。
|
ServerBootstrap |
ServerBootstrap.group(EventLoopGroup parentGroup, EventLoopGroup childGroup)
为父(受主)和孩子(客户)设置 EventLoopGroup 。
|
ServerBootstrap |
ServerBootstrap.validate() |
Copyright © 2008–2018 The Netty Project. All rights reserved.