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.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 | |
io.netty.testsuite.websockets.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
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 |
HttpUploadClientIntializer |
class |
HttpUploadServerInitializer |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerInitializer |
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 |
Modifier and Type | Class and Description |
---|---|
class |
AutobahnServerInitializer |
Copyright © 2008–2016 The Netty Project. All rights reserved.