org.jboss.resteasy.plugins.server.netty
Class HttpsServerPipelineFactory

java.lang.Object
  extended by org.jboss.resteasy.plugins.server.netty.HttpServerPipelineFactory
      extended by org.jboss.resteasy.plugins.server.netty.HttpsServerPipelineFactory
All Implemented Interfaces:
org.jboss.netty.channel.ChannelPipelineFactory

public class HttpsServerPipelineFactory
extends HttpServerPipelineFactory

HttpServerPipelineFactory subclass which enable the use of HTTPS

Author:
Norman Maurer

Constructor Summary
HttpsServerPipelineFactory(RequestDispatcher dispatcher, String root, int executorThreadCount, int maxRequestSize, SSLContext context)
           
 
Method Summary
 org.jboss.netty.channel.ChannelPipeline getPipeline()
           
protected  org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol getProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsServerPipelineFactory

public HttpsServerPipelineFactory(RequestDispatcher dispatcher,
                                  String root,
                                  int executorThreadCount,
                                  int maxRequestSize,
                                  SSLContext context)
Method Detail

getPipeline

public org.jboss.netty.channel.ChannelPipeline getPipeline()
                                                    throws Exception
Specified by:
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactory
Overrides:
getPipeline in class HttpServerPipelineFactory
Throws:
Exception

getProtocol

protected org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol getProtocol()
Overrides:
getProtocol in class HttpServerPipelineFactory


Copyright © 2013. All Rights Reserved.