org.mobicents.tools.http.balancer
Class HttpClientPipelineFactory

java.lang.Object
  extended by org.mobicents.tools.http.balancer.HttpClientPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class HttpClientPipelineFactory
extends java.lang.Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Author:
The Netty Project (netty-dev@lists.jboss.org), Andy Taylor (andy.taylor@jboss.org), Trustin Lee (trustin@gmail.com), Vladimir Ralev (vladimir.ralev@jboss.org)

Constructor Summary
HttpClientPipelineFactory()
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientPipelineFactory

public HttpClientPipelineFactory()
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws java.lang.Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
java.lang.Exception


Copyright © 2010. All Rights Reserved.