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(HttpServletRequest request, String servletPrefix)Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfo Constructor Description HttpServletInputMessage(HttpServletRequest request, HttpServletResponse servletResponse, ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher)Servlet3AsyncHttpRequest(HttpServletRequest httpServletRequest, HttpServletResponse response, ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, String s, SynchronousDispatcher synchronousDispatcher)
-