public class HttpsServerPipelineFactory extends HttpServerPipelineFactory
HttpServerPipelineFactory subclass which enable the use of HTTPS| Constructor and Description |
|---|
HttpsServerPipelineFactory(RequestDispatcher dispatcher,
String root,
int executorThreadCount,
int maxRequestSize,
boolean isKeepAlive,
List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers,
SSLContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
protected RestEasyHttpRequestDecoder.Protocol |
getProtocol() |
public HttpsServerPipelineFactory(RequestDispatcher dispatcher, String root, int executorThreadCount, int maxRequestSize, boolean isKeepAlive, List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers, SSLContext context)
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactorygetPipeline in class HttpServerPipelineFactoryExceptionprotected RestEasyHttpRequestDecoder.Protocol getProtocol()
getProtocol in class HttpServerPipelineFactoryCopyright © 2015. All Rights Reserved.