Uses of Interface
org.jboss.netty.channel.ChannelPipelineFactory
-
Packages that use ChannelPipelineFactory Package Description 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-sideSocketChanneland 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 -
-
Uses of ChannelPipelineFactory in org.jboss.netty.bootstrap
Fields in org.jboss.netty.bootstrap declared as ChannelPipelineFactory Modifier and Type Field Description private ChannelPipelineFactoryBootstrap. pipelineFactoryMethods in org.jboss.netty.bootstrap that return ChannelPipelineFactory Modifier and Type Method Description ChannelPipelineFactoryBootstrap. getPipelineFactory()Methods in org.jboss.netty.bootstrap with parameters of type ChannelPipelineFactory Modifier and Type Method Description voidBootstrap. setPipelineFactory(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.channel
Fields in org.jboss.netty.channel declared as ChannelPipelineFactory Modifier and Type Field Description private ChannelPipelineFactoryDefaultServerChannelConfig. pipelineFactoryMethods in org.jboss.netty.channel that return ChannelPipelineFactory Modifier and Type Method Description ChannelPipelineFactoryChannelConfig. getPipelineFactory()Returns theChannelPipelineFactorywhich will be used when a child channel is created.ChannelPipelineFactoryDefaultChannelConfig. getPipelineFactory()ChannelPipelineFactoryDefaultServerChannelConfig. 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 ChannelPipelineFactory Modifier and Type Method Description voidChannelConfig. 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 ChannelPipelineFactory Modifier and Type Method Description ChannelPipelineFactoryHttpTunnelingSocketChannelConfig. getPipelineFactory()Methods in org.jboss.netty.channel.socket.http with parameters of type ChannelPipelineFactory Modifier and Type Method Description voidHttpTunnelingSocketChannelConfig. setPipelineFactory(ChannelPipelineFactory pipelineFactory) -
Uses of ChannelPipelineFactory in org.jboss.netty.example.factorial
Classes in org.jboss.netty.example.factorial that implement ChannelPipelineFactory Modifier and Type Class Description classFactorialClientPipelineFactoryCreates a newly configuredChannelPipelinefor a client-side channel.classFactorialServerPipelineFactoryCreates 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 Modifier and Type Class Description classHttpStaticFileServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.helloworld
Classes in org.jboss.netty.example.http.helloworld that implement ChannelPipelineFactory Modifier and Type Class Description classHttpHelloWorldServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.snoop
Classes in org.jboss.netty.example.http.snoop that implement ChannelPipelineFactory Modifier and Type Class Description classHttpSnoopClientPipelineFactoryclassHttpSnoopServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.upload
Classes in org.jboss.netty.example.http.upload that implement ChannelPipelineFactory Modifier and Type Class Description classHttpUploadClientPipelineFactoryclassHttpUploadServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.websocketx.autobahn
Classes in org.jboss.netty.example.http.websocketx.autobahn that implement ChannelPipelineFactory Modifier and Type Class Description classAutobahnServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.http.websocketx.server
Classes in org.jboss.netty.example.http.websocketx.server that implement ChannelPipelineFactory Modifier and Type Class Description classWebSocketServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.localtime
Classes in org.jboss.netty.example.localtime that implement ChannelPipelineFactory Modifier and Type Class Description classLocalTimeClientPipelineFactoryclassLocalTimeServerPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.proxy
Classes in org.jboss.netty.example.proxy that implement ChannelPipelineFactory Modifier and Type Class Description classHexDumpProxyPipelineFactory -
Uses of ChannelPipelineFactory in org.jboss.netty.example.securechat
Classes in org.jboss.netty.example.securechat that implement ChannelPipelineFactory Modifier and Type Class Description classSecureChatClientPipelineFactoryCreates a newly configuredChannelPipelinefor a new channel.classSecureChatServerPipelineFactoryCreates a newly configuredChannelPipelinefor a new channel. -
Uses of ChannelPipelineFactory in org.jboss.netty.example.telnet
Classes in org.jboss.netty.example.telnet that implement ChannelPipelineFactory Modifier and Type Class Description classTelnetClientPipelineFactoryCreates a newly configuredChannelPipelinefor a new channel.classTelnetServerPipelineFactoryCreates a newly configuredChannelPipelinefor a new channel.
-