Uses of Class
org.jboss.resteasy.specimpl.ResteasyHttpHeaders
-
-
Uses of ResteasyHttpHeaders in org.jboss.resteasy.mock
Fields in org.jboss.resteasy.mock declared as ResteasyHttpHeaders Modifier and Type Field Description protected ResteasyHttpHeadersMockHttpRequest. httpHeaders -
Uses of ResteasyHttpHeaders in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as ResteasyHttpHeaders Modifier and Type Field Description protected ResteasyHttpHeadersNettyHttpRequest. httpHeadersMethods in org.jboss.resteasy.plugins.server.netty that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeadersNettyUtil. extractHttpHeaders(io.netty.handler.codec.http.HttpRequest request)Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type ResteasyHttpHeaders Constructor Description NettyHttpRequest(io.netty.channel.ChannelHandlerContext ctx, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uri, String httpMethod, SynchronousDispatcher dispatcher, NettyHttpResponse response, boolean is100ContinueExpected) -
Uses of ResteasyHttpHeaders in org.jboss.resteasy.plugins.server.servlet
Fields in org.jboss.resteasy.plugins.server.servlet declared as ResteasyHttpHeaders Modifier and Type Field Description protected ResteasyHttpHeadersHttpServletInputMessage. httpHeadersMethods in org.jboss.resteasy.plugins.server.servlet that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeadersServletUtil. extractHttpHeaders(javax.servlet.http.HttpServletRequest request)Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type ResteasyHttpHeaders 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 ResteasyHttpHeaders 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 ResteasyHttpHeaders in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as ResteasyHttpHeaders Modifier and Type Field Description protected ResteasyHttpHeadersHttpServerRequest. httpHeadersMethods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeadersHttpExchangeUtil. extractHttpHeaders(com.sun.net.httpserver.HttpExchange request) -
Uses of ResteasyHttpHeaders in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as ResteasyHttpHeaders Modifier and Type Field Description protected ResteasyHttpHeadersVertxHttpRequest. httpHeadersMethods in org.jboss.resteasy.plugins.server.vertx that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeadersVertxUtil. extractHttpHeaders(io.vertx.core.http.HttpServerRequest request)
-