Uses of Class
org.jboss.resteasy.spi.ResteasyUriInfo
Packages that use ResteasyUriInfo
Package
Description
-
Uses of ResteasyUriInfo in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return ResteasyUriInfo -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server
Fields in org.jboss.resteasy.plugins.server declared as ResteasyUriInfoMethods in org.jboss.resteasy.plugins.server that return ResteasyUriInfoConstructors in org.jboss.resteasy.plugins.server with parameters of type ResteasyUriInfo -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.servlet
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyUriInfoModifier and TypeMethodDescriptionstatic ResteasyUriInfo
ServletUtil.extractUriInfo
(javax.servlet.http.HttpServletRequest request, String servletPrefix) Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfoModifier and TypeMethodDescriptionprotected 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) Filter30Dispatcher.createResteasyHttpRequest
(String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse) FilterDispatcher.createResteasyHttpRequest
(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response) HttpRequestFactory.createResteasyHttpRequest
(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response) HttpServletDispatcher.createResteasyHttpRequest
(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 ResteasyUriInfoModifierConstructorDescriptionHttpServletInputMessage
(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) -
Uses of ResteasyUriInfo in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ResteasyUriInfoModifier and TypeMethodDescriptionHttpRequest.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