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.netty
Methods in org.jboss.resteasy.plugins.server.netty that return ResteasyUriInfoModifier and TypeMethodDescriptionstatic ResteasyUriInfoNettyUtil.extractUriInfo(io.netty.handler.codec.http.HttpRequest request, String contextPath, String protocol) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type ResteasyUriInfoModifierConstructorDescriptionNettyHttpRequest(io.netty.channel.ChannelHandlerContext ctx, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version. - 
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)  - 
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.vertx
Methods in org.jboss.resteasy.plugins.server.vertx that return ResteasyUriInfoModifier and TypeMethodDescriptionstatic ResteasyUriInfoVertxUtil.extractUriInfo(io.vertx.core.http.HttpServerRequest req, String contextPath) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyUriInfoModifierConstructorDescriptionVertxHttpRequest(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected) Deprecated, for removal: This API element is subject to removal in a future version.