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.
|
io.netty.channel.pool |
Implementations and API for
Channel pools. |
io.netty.channel.udt.nio |
UDT Transport for NIO Channels.
|
io.netty.testsuite.transport |
Common test suite classes.
|
io.netty.testsuite.transport.sctp |
Test suite classes for sctp transport
|
io.netty.testsuite.transport.socket |
Test suite classes for socket
|
Class and Description |
---|
AbstractBootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
Bootstrap |
ChannelFactory
Factory that creates a new
Channel on AbstractBootstrap.bind() , Bootstrap.connect() , and
AbstractBootstrap.bind() . |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Class and Description |
---|
Bootstrap |
Class and Description |
---|
ChannelFactory
Factory that creates a new
Channel on AbstractBootstrap.bind() , Bootstrap.connect() , and
AbstractBootstrap.bind() . |
Class and Description |
---|
AbstractBootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
Class and Description |
---|
Bootstrap |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Class and Description |
---|
AbstractBootstrap
AbstractBootstrap is a helper class that makes it easy to bootstrap a Channel . |
Bootstrap |
ServerBootstrap
Bootstrap sub-class which allows easy bootstrap of ServerChannel |
Copyright © 2008–2016 The Netty Project. All rights reserved.