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 TypeMethodDescriptionvoidBootstrap.setPipelineFactory(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.channel
Fields in org.jboss.netty.channel declared as ChannelPipelineFactoryModifier and TypeFieldDescriptionprivate ChannelPipelineFactoryDefaultServerChannelConfig.pipelineFactoryMethods in org.jboss.netty.channel that return ChannelPipelineFactoryModifier and TypeMethodDescriptionChannelConfig.getPipelineFactory()Returns theChannelPipelineFactorywhich will be used when a child channel is created.DefaultChannelConfig.getPipelineFactory()DefaultServerChannelConfig.getPipelineFactory()static ChannelPipelineFactoryChannels.pipelineFactory(ChannelPipeline pipeline) Creates a newChannelPipelineFactorywhich creates a newChannelPipelinewhich contains the same entries with the specifiedpipeline.Methods in org.jboss.netty.channel with parameters of type ChannelPipelineFactoryModifier and TypeMethodDescriptionvoidChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) Sets theChannelPipelineFactorywhich will be used when a child channel is created.voidDefaultChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) voidDefaultServerChannelConfig.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 TypeMethodDescriptionvoidHttpTunnelingSocketChannelConfig.setPipelineFactory(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.example.factorial
Classes in org.jboss.netty.example.factorial that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclassCreates a newly configuredChannelPipelinefor a client-side channel.classCreates a newly configuredChannelPipelinefor 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 TypeClassDescriptionclassclass -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.upload
Classes in org.jboss.netty.example.http.upload that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclassclass -
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 TypeClassDescriptionclassclass -
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 TypeClassDescriptionclassCreates a newly configuredChannelPipelinefor a new channel.classCreates a newly configuredChannelPipelinefor a new channel. -
Uses of ChannelPipelineFactory in org.jboss.netty.example.telnet
Classes in org.jboss.netty.example.telnet that implement ChannelPipelineFactoryModifier and TypeClassDescriptionclassCreates a newly configuredChannelPipelinefor a new channel.classCreates a newly configuredChannelPipelinefor a new channel.