程序包 | 说明 |
---|---|
org.jboss.netty.bootstrap |
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
|
org.jboss.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
org.jboss.netty.channel.socket.http |
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network. |
org.jboss.netty.example.factorial | |
org.jboss.netty.example.http.file | |
org.jboss.netty.example.http.helloworld | |
org.jboss.netty.example.http.snoop | |
org.jboss.netty.example.http.upload | |
org.jboss.netty.example.http.websocketx.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
org.jboss.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
org.jboss.netty.example.localtime | |
org.jboss.netty.example.proxy | |
org.jboss.netty.example.securechat | |
org.jboss.netty.example.telnet |
限定符和类型 | 方法和说明 |
---|---|
ChannelPipelineFactory |
Bootstrap.getPipelineFactory()
|
限定符和类型 | 方法和说明 |
---|---|
void |
Bootstrap.setPipelineFactory(ChannelPipelineFactory pipelineFactory)
|
限定符和类型 | 方法和说明 |
---|---|
ChannelPipelineFactory |
DefaultServerChannelConfig.getPipelineFactory() |
ChannelPipelineFactory |
DefaultChannelConfig.getPipelineFactory() |
ChannelPipelineFactory |
ChannelConfig.getPipelineFactory()
Returns the
ChannelPipelineFactory which will be used when
a child channel is created. |
static ChannelPipelineFactory |
Channels.pipelineFactory(ChannelPipeline pipeline)
Creates a new
ChannelPipelineFactory which creates a new
ChannelPipeline which contains the same entries with the
specified pipeline . |
限定符和类型 | 方法和说明 |
---|---|
void |
DefaultServerChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) |
void |
DefaultChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) |
void |
ChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory)
Sets the
ChannelPipelineFactory which will be used when
a child channel is created. |
限定符和类型 | 方法和说明 |
---|---|
ChannelPipelineFactory |
HttpTunnelingSocketChannelConfig.getPipelineFactory() |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpTunnelingSocketChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) |
限定符和类型 | 类和说明 |
---|---|
class |
FactorialClientPipelineFactory
Creates a newly configured
ChannelPipeline for a client-side channel. |
class |
FactorialServerPipelineFactory
Creates a newly configured
ChannelPipeline for a server-side channel. |
限定符和类型 | 类和说明 |
---|---|
class |
HttpStaticFileServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
HttpHelloWorldServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
HttpSnoopClientPipelineFactory |
class |
HttpSnoopServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
HttpUploadClientPipelineFactory |
class |
HttpUploadServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
AutobahnServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
WebSocketServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
LocalTimeClientPipelineFactory |
class |
LocalTimeServerPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
HexDumpProxyPipelineFactory |
限定符和类型 | 类和说明 |
---|---|
class |
SecureChatClientPipelineFactory
Creates a newly configured
ChannelPipeline for a new channel. |
class |
SecureChatServerPipelineFactory
Creates a newly configured
ChannelPipeline for a new channel. |
限定符和类型 | 类和说明 |
---|---|
class |
TelnetClientPipelineFactory
Creates a newly configured
ChannelPipeline for a new channel. |
class |
TelnetServerPipelineFactory
Creates a newly configured
ChannelPipeline for a new channel. |