com.voidsearch.voidbase.http
Class HttpRequestPipelineFactory

java.lang.Object
  extended by com.voidsearch.voidbase.http.HttpRequestPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

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


Field Summary
 boolean chunked
           
 java.lang.Integer chunkSize
           
 
Constructor Summary
HttpRequestPipelineFactory(org.jboss.netty.channel.ChannelHandler handler)
           
 
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
 

Field Detail

chunked

public boolean chunked

chunkSize

public java.lang.Integer chunkSize
Constructor Detail

HttpRequestPipelineFactory

public HttpRequestPipelineFactory(org.jboss.netty.channel.ChannelHandler handler)
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 © 2009. All Rights Reserved.