Package | Description |
---|---|
io.netty.example.factorial | |
io.netty.example.http.cors | |
io.netty.example.http.file | |
io.netty.example.http.helloworld | |
io.netty.example.http.snoop | |
io.netty.example.http.upload | |
io.netty.example.http.websocketx.benchmarkserver |
This package contains a benchmark application for websockets.
|
io.netty.example.http2.helloworld.client | |
io.netty.example.http2.helloworld.multiplex.server | |
io.netty.example.proxy | |
io.netty.example.securechat | |
io.netty.example.socksproxy | |
io.netty.example.spdy.client |
This package contains an example SPDY HTTP client.
|
io.netty.example.spdy.server |
This package contains an example SPDY HTTP web server.
|
io.netty.example.telnet | |
io.netty.example.worldclock |
Modifier and Type | Class and Description |
---|---|
class |
FactorialClientInitializer
Creates a newly configured
ChannelPipeline for a client-side channel. |
class |
FactorialServerInitializer
Creates a newly configured
ChannelPipeline for a server-side channel. |
Modifier and Type | Class and Description |
---|---|
class |
HttpCorsServerInitializer
Please refer to the
CorsConfig javadocs for information about all the
configuration options available. |
Modifier and Type | Class and Description |
---|---|
class |
HttpStaticFileServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
HttpHelloWorldServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
HttpSnoopClientInitializer |
class |
HttpSnoopServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
HttpUploadClientInitializer |
class |
HttpUploadServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
Http2ClientInitializer
Configures the client pipeline to support HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ServerInitializer
Sets up the Netty pipeline for the example server.
|
Modifier and Type | Class and Description |
---|---|
class |
HexDumpProxyInitializer |
Modifier and Type | Class and Description |
---|---|
class |
SecureChatClientInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
class |
SecureChatServerInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
Modifier and Type | Class and Description |
---|---|
class |
SocksServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
SpdyClientInitializer |
Modifier and Type | Class and Description |
---|---|
class |
SpdyServerInitializer
Sets up the Netty pipeline
|
Modifier and Type | Class and Description |
---|---|
class |
TelnetClientInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
class |
TelnetServerInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
Modifier and Type | Class and Description |
---|---|
class |
WorldClockClientInitializer |
class |
WorldClockServerInitializer |
Copyright © 2008–2019 The Netty Project. All rights reserved.