openr66.protocol.http
Class HttpPipelineFactory

java.lang.Object
  extended by 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

Field Summary
 boolean useHttpCompression
           
 
Constructor Summary
HttpPipelineFactory(boolean useHttpCompression)
           
 
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

useHttpCompression

public boolean useHttpCompression
Constructor Detail

HttpPipelineFactory

public HttpPipelineFactory(boolean useHttpCompression)
Method Detail

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.