public class HttpServerPipelineFactory extends Object implements org.jboss.netty.channel.ChannelPipelineFactory
ChannelPipelineFactory which is used to serve HTTP Traffic.| Constructor and Description |
|---|
HttpServerPipelineFactory(RequestDispatcher dispatcher,
String root,
int executorThreadCount,
int maxRequestSize,
boolean isKeepAlive,
List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.netty.channel.ChannelPipeline |
getPipeline() |
protected RestEasyHttpRequestDecoder.Protocol |
getProtocol() |
public HttpServerPipelineFactory(RequestDispatcher dispatcher, String root, int executorThreadCount, int maxRequestSize, boolean isKeepAlive, List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers)
public org.jboss.netty.channel.ChannelPipeline getPipeline()
throws Exception
getPipeline in interface org.jboss.netty.channel.ChannelPipelineFactoryExceptionprotected RestEasyHttpRequestDecoder.Protocol getProtocol()
Copyright © 2015 JBoss by Red Hat. All rights reserved.