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

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

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

Version:
$Rev: 612 $, $Date: 2010-11-11 19:35:43 +0100 (jeu., 11 nov. 2010) $
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org), Trustin Lee, Frederic Bregier

Constructor Summary
HttpClientPipelineFactory(boolean ssl)
           
 
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(boolean ssl)
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.