Modifier and Type | Field and Description |
---|---|
protected ResteasyHttpHeaders |
MockHttpRequest.httpHeaders |
Modifier and Type | Field and Description |
---|---|
protected ResteasyHttpHeaders |
NettyHttpRequest.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static ResteasyHttpHeaders |
NettyUtil.extractHttpHeaders(io.netty.handler.codec.http.HttpRequest request) |
Constructor and Description |
---|
NettyHttpRequest(io.netty.channel.ChannelHandlerContext ctx,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse response,
boolean is100ContinueExpected) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyHttpHeaders |
HttpServletInputMessage.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static ResteasyHttpHeaders |
ServletUtil.extractHttpHeaders(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
HttpServlet30Dispatcher.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
ResteasyHttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
Filter30Dispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest httpServletRequest,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
HttpResponse httpResponse,
javax.servlet.http.HttpServletResponse httpServletResponse) |
HttpRequest |
FilterDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
ResteasyHttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
HttpServletDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
ResteasyHttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
HttpRequestFactory.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
ResteasyHttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
HttpServletInputMessage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse servletResponse,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher) |
Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
HttpResponse httpResponse,
ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uriInfo,
String s,
SynchronousDispatcher synchronousDispatcher) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyHttpHeaders |
HttpServerRequest.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static ResteasyHttpHeaders |
HttpExchangeUtil.extractHttpHeaders(com.sun.net.httpserver.HttpExchange request) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyHttpHeaders |
VertxHttpRequest.httpHeaders |
Modifier and Type | Method and Description |
---|---|
static ResteasyHttpHeaders |
VertxUtil.extractHttpHeaders(io.vertx.core.http.HttpServerRequest request) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.