Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriInfo
-
-
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.netty
Methods in org.jboss.resteasy.plugins.server.netty that return ResteasyUriInfo Modifier and Type Method Description static ResteasyUriInfoNettyUtil. extractUriInfo(io.netty.handler.codec.http.HttpRequest request, String contextPath, String protocol)Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type ResteasyUriInfo Constructor Description NettyHttpRequest(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
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyUriInfo Modifier and Type Method Description static ResteasyUriInfoServletUtil. extractUriInfo(javax.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, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)protected HttpRequestHttpServletDispatcher. createHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)HttpRequestFilter30Dispatcher. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)HttpRequestFilterDispatcher. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)HttpRequestHttpRequestFactory. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)HttpRequestHttpServletDispatcher. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)Constructors in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyUriInfo Constructor Description HttpServletInputMessage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse servletResponse, javax.servlet.ServletContext servletContext, HttpResponse httpResponse, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher)Servlet3AsyncHttpRequest(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse response, javax.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 ResteasyUriInfo Modifier and Type Method Description static ResteasyUriInfoHttpExchangeUtil. extractUriInfo(com.sun.net.httpserver.HttpExchange exchange) -
Uses of ResteasyUriInfo in org.jboss.resteasy.plugins.server.vertx
Methods in org.jboss.resteasy.plugins.server.vertx that return ResteasyUriInfo Modifier and Type Method Description static ResteasyUriInfoVertxUtil. extractUriInfo(io.vertx.core.http.HttpServerRequest req, String contextPath)Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type ResteasyUriInfo Constructor Description VertxHttpRequest(io.vertx.core.Context context, io.vertx.core.http.HttpServerRequest request, ResteasyUriInfo uri, SynchronousDispatcher dispatcher, VertxHttpResponse response, boolean is100ContinueExpected)
-