Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriInfo
-
Packages that use ResteasyUriInfo Package Description org.jboss.resteasy.mock org.jboss.resteasy.plugins.server org.jboss.resteasy.plugins.server.servlet -
-
Uses of ResteasyUriInfo in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfoMockHttpRequest. 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 ResteasyUriInfoBaseHttpRequest. uriMethods in org.jboss.resteasy.plugins.server that return ResteasyUriInfo Modifier and Type Method Description ResteasyUriInfoBaseHttpRequest. 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 ResteasyUriInfoServletUtil. extractUriInfo(jakarta.servlet.http.HttpServletRequest request, String servletPrefix)Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfo Modifier and Type Method Description protected 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)HttpRequestFilter30Dispatcher. createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, jakarta.servlet.http.HttpServletResponse httpServletResponse)HttpRequestFilterDispatcher. createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response)HttpRequestHttpRequestFactory. createResteasyHttpRequest(String httpMethod, jakarta.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, jakarta.servlet.http.HttpServletResponse response)HttpRequestHttpServletDispatcher. 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 ResteasyUriInfo Constructor Description HttpServletInputMessage(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)
-