Uses of Class
org.jboss.resteasy.spi.ResteasyUriInfo
-
Packages that use ResteasyUriInfo Package Description org.jboss.resteasy.mock org.jboss.resteasy.plugins.server org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi org.jboss.resteasy.util -
-
Uses of ResteasyUriInfo in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfo
MockHttpRequest. getUri()
-
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server
Fields in org.jboss.resteasy.plugins.server declared as ResteasyUriInfo Modifier and Type Field Description protected ResteasyUriInfo
BaseHttpRequest. uri
Methods in org.jboss.resteasy.plugins.server that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfo
BaseHttpRequest. getUri()
Constructors in org.jboss.resteasy.plugins.server with parameters of type ResteasyUriInfo Constructor Description BaseHttpRequest(ResteasyUriInfo uri)
-
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyUriInfo Modifier and Type Method Description static ResteasyUriInfo
ServletUtil. extractUriInfo(javax.servlet.http.HttpServletRequest request, java.lang.String servletPrefix)
Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfo Modifier and Type Method Description protected HttpRequest
HttpServlet30Dispatcher. createHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)
protected HttpRequest
HttpServletDispatcher. createHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
Filter30Dispatcher. createResteasyHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)
HttpRequest
FilterDispatcher. createResteasyHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
HttpRequestFactory. createResteasyHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
HttpServletDispatcher. createResteasyHttpRequest(java.lang.String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfo Constructor Description HttpServletInputMessage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse servletResponse, javax.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, java.lang.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, java.lang.String s, SynchronousDispatcher synchronousDispatcher)
-
Uses of ResteasyUriInfo in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfo
HttpRequest. getUri()
This method *MUST* always return the same instance. -
Uses of ResteasyUriInfo in org.jboss.resteasy.util
Methods in org.jboss.resteasy.util that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfo
DelegatingHttpRequest. getUri()
-