Uses of Class
org.jboss.resteasy.specimpl.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 ResteasyUriInfoServletUtil.extractUriInfo(jakarta.servlet.http.HttpServletRequest request, String servletPrefix) Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfoModifier and TypeMethodDescriptionprotected HttpRequestHttpServlet30Dispatcher.createHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, jakarta.servlet.http.HttpServletResponse httpServletResponse) protected HttpRequestHttpServletDispatcher.createHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response) Filter30Dispatcher.createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, jakarta.servlet.http.HttpServletResponse httpServletResponse) FilterDispatcher.createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response) HttpRequestFactory.createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response) HttpServletDispatcher.createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response) Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfoModifierConstructorDescriptionHttpServletInputMessage(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse servletResponse, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher) Servlet3AsyncHttpRequest(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher) -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.sun.http
Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyUriInfoModifier and TypeMethodDescriptionstatic ResteasyUriInfoHttpExchangeUtil.extractUriInfo(HttpExchange exchange)