Uses of Interface
org.jboss.netty.channel.ChannelPipelineFactory
Packages that use ChannelPipelineFactory
Package
Description
IoC/DI friendly helper classes which enable an easy implementation of
typical client side and server side channel initialization.
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.This package is intended for use with testing against the Python
AutoBahn test suite.
This package contains an example web socket web server.
-
Uses of ChannelPipelineFactory in org.jboss.netty.bootstrap
Fields in org.jboss.netty.bootstrap declared as ChannelPipelineFactoryMethods in org.jboss.netty.bootstrap that return ChannelPipelineFactoryMethods in org.jboss.netty.bootstrap with parameters of type ChannelPipelineFactoryModifier and TypeMethodDescriptionvoid
Bootstrap.setPipelineFactory
(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.channel
Fields in org.jboss.netty.channel declared as ChannelPipelineFactoryModifier and TypeFieldDescriptionprivate ChannelPipelineFactory
DefaultServerChannelConfig.pipelineFactory
Methods in org.jboss.netty.channel that return ChannelPipelineFactoryModifier and TypeMethodDescriptionChannelConfig.getPipelineFactory()
Returns theChannelPipelineFactory
which will be used when a child channel is created.DefaultChannelConfig.getPipelineFactory()
DefaultServerChannelConfig.getPipelineFactory()
static ChannelPipelineFactory
Channels.pipelineFactory
(ChannelPipeline pipeline) Creates a newChannelPipelineFactory
which creates a newChannelPipeline
which contains the same entries with the specifiedpipeline
.Methods in org.jboss.netty.channel with parameters of type ChannelPipelineFactoryModifier and TypeMethodDescriptionvoid
ChannelConfig.setPipelineFactory
(ChannelPipelineFactory pipelineFactory) Sets theChannelPipelineFactory
which will be used when a child channel is created.void
DefaultChannelConfig.setPipelineFactory
(ChannelPipelineFactory pipelineFactory) void
DefaultServerChannelConfig.setPipelineFactory
(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.channel.socket.http
Methods in org.jboss.netty.channel.socket.http that return ChannelPipelineFactoryMethods in org.jboss.netty.channel.socket.http with parameters of type ChannelPipelineFactoryModifier and TypeMethodDescriptionvoid
HttpTunnelingSocketChannelConfig.setPipelineFactory
(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.example.factorial
Classes in org.jboss.netty.example.factorial that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
Creates a newly configuredChannelPipeline
for a client-side channel.class
Creates a newly configuredChannelPipeline
for a server-side channel. -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.file
Classes in org.jboss.netty.example.http.file that implement ChannelPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.helloworld
Classes in org.jboss.netty.example.http.helloworld that implement ChannelPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.snoop
Classes in org.jboss.netty.example.http.snoop that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
class
-
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.upload
Classes in org.jboss.netty.example.http.upload that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
class
-
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.websocketx.autobahn
Classes in org.jboss.netty.example.http.websocketx.autobahn that implement ChannelPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.websocketx.server
Classes in org.jboss.netty.example.http.websocketx.server that implement ChannelPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.localtime
Classes in org.jboss.netty.example.localtime that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
class
-
Uses of ChannelPipelineFactory in org.jboss.netty.example.proxy
Classes in org.jboss.netty.example.proxy that implement ChannelPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.securechat
Classes in org.jboss.netty.example.securechat that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
Creates a newly configuredChannelPipeline
for a new channel.class
Creates a newly configuredChannelPipeline
for a new channel. -
Uses of ChannelPipelineFactory in org.jboss.netty.example.telnet
Classes in org.jboss.netty.example.telnet that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclass
Creates a newly configuredChannelPipeline
for a new channel.class
Creates a newly configuredChannelPipeline
for a new channel.