public class HttpsServerPipelineFactory extends HttpServerPipelineFactory
HttpServerPipelineFactory
subclass which enable the use of HTTPSConstructor 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.ChannelPipelineFactory
getPipeline
in class HttpServerPipelineFactory
Exception
protected RestEasyHttpRequestDecoder.Protocol getProtocol()
getProtocol
in class HttpServerPipelineFactory
Copyright © 2018 JBoss by Red Hat. All rights reserved.