openr66.protocol.http
Class HttpPipelineFactory
java.lang.Object
openr66.protocol.http.HttpPipelineFactory
- All Implemented Interfaces:
- org.jboss.netty.channel.ChannelPipelineFactory
public class HttpPipelineFactory
- extends Object
- implements org.jboss.netty.channel.ChannelPipelineFactory
Pipeline Factory for HTTP support
- Author:
- Frederic Bregier
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 |
useHttpCompression
public boolean useHttpCompression
HttpPipelineFactory
public HttpPipelineFactory(boolean useHttpCompression)
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.