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

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

public class HttpClientPipelineFactory
extends Object
implements ChannelPipelineFactory

Version:
$Rev: 2226 $, $Date: 2010-03-31 11:26:51 +0900 (Wed, 31 Mar 2010) $
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org), Trustin Lee

Constructor Summary
HttpClientPipelineFactory(boolean ssl)
           
 
Method Summary
 ChannelPipeline getPipeline()
          Returns a newly created ChannelPipeline.
 
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 ChannelPipeline getPipeline()
                            throws Exception
Description copied from interface: ChannelPipelineFactory
Returns a newly created ChannelPipeline.

Specified by:
getPipeline in interface ChannelPipelineFactory
Throws:
Exception


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.