Package | Description |
---|---|
io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBootstrap<B extends AbstractBootstrap<B,C>,C extends Channel>
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
class |
AbstractBootstrapConfig<B extends AbstractBootstrap<B,C>,C extends Channel>
Exposes the configuration of an
AbstractBootstrap . |
Modifier and Type | Class and Description |
---|---|
class |
Bootstrap
|
class |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Modifier and Type | Field and Description |
---|---|
protected B |
AbstractBootstrapConfig.bootstrap |
Copyright © 2008–2024 The Netty Project. All rights reserved.