com.webobjects.appserver
Class WONettyAdaptor.PipelineFactory
java.lang.Object
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 |
|
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 |
maxChunkSize
public final Integer maxChunkSize
maxFileSize
public final Integer maxFileSize
WONettyAdaptor.PipelineFactory
protected WONettyAdaptor.PipelineFactory()
getPipeline
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
- Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
- Throws:
Exception
Copyright © 2002 – 2011 Project Wonder.