Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriInfo
Package
Description
-
Uses of ResteasyUriInfo in org.jboss.resteasy.mock
-
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server
-
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.netty
Modifier and TypeMethodDescriptionstatic ResteasyUriInfo
NettyUtil.extractUriInfo
(io.netty.handler.codec.http.HttpRequest request, String contextPath, String protocol) ModifierConstructorDescriptionNettyHttpRequest
(io.netty.channel.ChannelHandlerContext ctx, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse response, boolean is100ContinueExpected) -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.servlet
Modifier and TypeMethodDescriptionstatic ResteasyUriInfo
ServletUtil.extractUriInfo
(jakarta.servlet.http.HttpServletRequest request, String servletPrefix) Modifier and TypeMethodDescriptionprotected HttpRequest
HttpServlet30Dispatcher.createHttpRequest
(String httpMethod, jakarta.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, jakarta.servlet.http.HttpServletResponse httpServletResponse) protected HttpRequest
HttpServletDispatcher.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) ModifierConstructorDescriptionHttpServletInputMessage
(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
Modifier and TypeMethodDescriptionstatic ResteasyUriInfo
HttpExchangeUtil.extractUriInfo
(HttpExchange exchange) -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeMethodDescriptionstatic ResteasyUriInfo
VertxUtil.extractUriInfo
(io.vertx.core.http.HttpServerRequest req, String contextPath) ModifierConstructorDescriptionVertxHttpRequest
(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected)