Package | Description |
---|---|
org.jboss.resteasy.plugins.server.netty | |
org.jboss.resteasy.plugins.server.netty.cdi |
Modifier and Type | Field and Description |
---|---|
protected RequestDispatcher |
RequestHandler.dispatcher |
Modifier and Type | Method and Description |
---|---|
protected RequestDispatcher |
NettyJaxrsServer.createRequestDispatcher() |
Constructor and Description |
---|
HttpServerPipelineFactory(RequestDispatcher dispatcher,
String root,
int executorThreadCount,
int maxRequestSize,
boolean isKeepAlive,
List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers) |
HttpsServerPipelineFactory(RequestDispatcher dispatcher,
String root,
int executorThreadCount,
int maxRequestSize,
boolean isKeepAlive,
List<org.jboss.netty.channel.ChannelHandler> additionalChannelHandlers,
SSLContext context) |
RequestHandler(RequestDispatcher dispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
CdiRequestDispatcher
A request dispatcher that starts a RequestContext during invocation.
|
Modifier and Type | Method and Description |
---|---|
protected RequestDispatcher |
CdiNettyJaxrsServer.createRequestDispatcher() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.