Project Wonder 5.0

com.webobjects.appserver
Class WONettyAdaptor.PipelineFactory

java.lang.Object
  extended by com.webobjects.appserver.WONettyAdaptor.PipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory
Enclosing class:
WONettyAdaptor

protected static class WONettyAdaptor.PipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Originally inspired by:

See Also:
HttpServerPipelineFactory, HttpMessageDecoder
Author:
The Netty Project, Andy Taylor (andy.taylor@jboss.org), Trustin Lee, ravim ERWOAdaptor/WONettyAdaptor
Properties
WOMaxIOBufferSize Max http chunking size. Defaults to WO default 8196
           
WOFileUpload.sizeLimit Max file upload size permitted
           

Field Summary
 Integer maxChunkSize
           
 Integer maxFileSize
           
 
Constructor Summary
protected WONettyAdaptor.PipelineFactory()
           
 
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

maxChunkSize

public final Integer maxChunkSize

maxFileSize

public final Integer maxFileSize
Constructor Detail

WONettyAdaptor.PipelineFactory

protected WONettyAdaptor.PipelineFactory()
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Throws:
Exception

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.