Package | Description |
---|---|
org.jboss.resteasy.mock | |
org.jboss.resteasy.plugins.server.servlet | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.util |
Modifier and Type | Field and Description |
---|---|
protected ResteasyUriInfo |
MockHttpRequest.uri |
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
MockHttpRequest.getUri() |
Modifier and Type | Field and Description |
---|---|
protected ResteasyUriInfo |
HttpServletInputMessage.uri |
Modifier and Type | Method and Description |
---|---|
static ResteasyUriInfo |
ServletUtil.extractUriInfo(javax.servlet.http.HttpServletRequest request,
String servletPrefix) |
ResteasyUriInfo |
HttpServletInputMessage.getUri() |
Modifier and Type | Method and Description |
---|---|
protected HttpRequest |
HttpServletDispatcher.createHttpRequest(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 |
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) |
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
HttpRequest.getUri() |
ResteasyUriInfo |
ResteasyUriInfo.setRequestUri(URI relative)
Create a UriInfo from the baseURI
|
Modifier and Type | Method and Description |
---|---|
ResteasyUriInfo |
DelegatingHttpRequest.getUri() |
Copyright © 2015. All Rights Reserved.