程序包 | 说明 |
---|---|
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 |
限定符和类型 | 类和说明 |
---|---|
class |
FactorialClientInitializer
Creates a newly configured
ChannelPipeline for a client-side channel. |
class |
FactorialServerInitializer
Creates a newly configured
ChannelPipeline for a server-side channel. |
限定符和类型 | 类和说明 |
---|---|
class |
HttpCorsServerInitializer
Please refer to the
CorsConfig javadocs for information about all the
configuration options available. |
限定符和类型 | 类和说明 |
---|---|
class |
HttpStaticFileServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
HttpHelloWorldServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
HttpSnoopClientInitializer |
class |
HttpSnoopServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
HttpUploadClientInitializer |
class |
HttpUploadServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
WebSocketServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
HexDumpProxyInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
SecureChatClientInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
class |
SecureChatServerInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
限定符和类型 | 类和说明 |
---|---|
class |
SocksServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
SpdyClientInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
SpdyServerInitializer
Sets up the Netty pipeline
|
限定符和类型 | 类和说明 |
---|---|
class |
TelnetClientInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
class |
TelnetServerInitializer
Creates a newly configured
ChannelPipeline for a new channel. |
限定符和类型 | 类和说明 |
---|---|
class |
WorldClockClientInitializer |
class |
WorldClockServerInitializer |