org.mobicents.tools.http.balancer
Class HttpServerPipelineFactory

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

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

Version:
$Rev: 1868 $, $Date: 2009-11-03 01:48:39 -0500 (Tue, 03 Nov 2009) $
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
HttpServerPipelineFactory()
           
 
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

HttpServerPipelineFactory

public HttpServerPipelineFactory()
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.