Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
MockHttpRequest.getUri() |
Modifier and Type | Field and Description |
---|---|
protected ResteasyUriInfo |
BaseHttpRequest.uri |
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
BaseHttpRequest.getUri() |
Constructor and Description |
---|
BaseHttpRequest(ResteasyUriInfo uri) |
Modifier and Type | Method and Description |
---|---|
static ResteasyUriInfo |
NettyUtil.extractUriInfo(org.jboss.netty.handler.codec.http.HttpRequest request,
String contextPath,
String protocol) |
Constructor and Description |
---|
NettyHttpRequest(ResteasyHttpHeaders httpHeaders,
ResteasyUriInfo uri,
String httpMethod,
SynchronousDispatcher dispatcher,
NettyHttpResponse httpResponse,
boolean is100ContinueExpected) |
Modifier and Type | Method and Description |
---|---|
static ResteasyUriInfo |
ServletUtil.extractUriInfo(javax.servlet.http.HttpServletRequest request,
String servletPrefix) |
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 |
HttpServletDispatcher.createResteasyHttpRequest(String httpMethod,
javax.servlet.http.HttpServletRequest request,
ResteasyHttpHeaders headers,
ResteasyUriInfo uriInfo,
HttpResponse theResponse,
javax.servlet.http.HttpServletResponse response) |
HttpRequest |
FilterDispatcher.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 | Method and Description |
---|---|
static ResteasyUriInfo |
HttpExchangeUtil.extractUriInfo(com.sun.net.httpserver.HttpExchange exchange) |
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
HttpRequest.getUri()
This method *MUST* always return the same instance.
|
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
DelegatingHttpRequest.getUri() |
Copyright © 2015. All Rights Reserved.