openr66.protocol.http.adminssl
Class HttpSslPipelineFactory
java.lang.Object
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
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
enableRenegotiation
public boolean enableRenegotiation
HttpSslPipelineFactory
public HttpSslPipelineFactory(boolean useHttpCompression,
boolean enableRenegotiation,
ExecutorService executor)
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.