org.jboss.netty.example.http.upload
Class HttpServerPipelineFactory

java.lang.Object
  extended by org.jboss.netty.example.http.upload.HttpServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

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

Version:
$Rev: 1191 $, $Date: 2012-05-10 20:38:47 +0200 (jeu., 10 mai 2012) $
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org), Trustin Lee, Frederic Bregier

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 Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.