openr66.protocol.http.adminssl
Class HttpSslPipelineFactory

java.lang.Object
  extended by openr66.protocol.http.adminssl.HttpSslPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class HttpSslPipelineFactory
extends Object
implements org.jboss.netty.channel.ChannelPipelineFactory

Author:
Frederic Bregier

Field Summary
 boolean enableRenegotiation
           
 boolean useHttpCompression
           
 
Constructor Summary
HttpSslPipelineFactory(boolean useHttpCompression, boolean enableRenegotiation, ExecutorService executor)
           
 
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

enableRenegotiation

public boolean enableRenegotiation
Constructor Detail

HttpSslPipelineFactory

public HttpSslPipelineFactory(boolean useHttpCompression,
                              boolean enableRenegotiation,
                              ExecutorService executor)
Method Detail

getPipeline

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


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.