程序包 | 说明 |
---|---|
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.server |
This package contains an example web socket web server.
|
io.netty.example.http2.file | |
io.netty.example.http2.helloworld.client | |
io.netty.example.http2.helloworld.frame.client | |
io.netty.example.http2.helloworld.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.stomp.websocket | |
io.netty.example.telnet | |
io.netty.example.worldclock | |
io.netty.testsuite.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
io.netty.testsuite.svm |
A hello world server that should be compiled to native.
|
限定符和类型 | 类和说明 |
---|---|
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 |
Http2StaticFileServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
Http2ClientInitializer
Configures the client pipeline to support HTTP/2 frames.
|
限定符和类型 | 类和说明 |
---|---|
class |
Http2ClientFrameInitializer
Configures client pipeline to support HTTP/2 frames via
Http2FrameCodec and Http2MultiplexHandler . |
限定符和类型 | 类和说明 |
---|---|
class |
Http2ServerInitializer
Sets up the Netty pipeline for the example server.
|
限定符和类型 | 类和说明 |
---|---|
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 |
StompWebSocketChatServerInitializer |
限定符和类型 | 类和说明 |
---|---|
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 |
限定符和类型 | 类和说明 |
---|---|
class |
AutobahnServerInitializer |
限定符和类型 | 类和说明 |
---|---|
class |
HttpNativeServerInitializer |