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 ResteasyHttpHeaders
MockHttpRequest. 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 ResteasyHttpHeaders
NettyHttpRequest. httpHeaders
Methods in org.jboss.resteasy.plugins.server.netty that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeaders
NettyUtil. 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 ResteasyHttpHeaders
HttpServletInputMessage. httpHeaders
Methods in org.jboss.resteasy.plugins.server.servlet that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeaders
ServletUtil. 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 HttpRequest
HttpServlet30Dispatcher. createHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)
protected HttpRequest
HttpServletDispatcher. createHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
Filter30Dispatcher. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest httpServletRequest, ResteasyHttpHeaders httpHeaders, ResteasyUriInfo uriInfo, HttpResponse httpResponse, javax.servlet.http.HttpServletResponse httpServletResponse)
HttpRequest
FilterDispatcher. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
HttpRequestFactory. createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
HttpRequest
HttpServletDispatcher. 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 ResteasyHttpHeaders
HttpServerRequest. httpHeaders
Methods in org.jboss.resteasy.plugins.server.sun.http that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeaders
HttpExchangeUtil. 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 ResteasyHttpHeaders
VertxHttpRequest. httpHeaders
Methods in org.jboss.resteasy.plugins.server.vertx that return ResteasyHttpHeaders Modifier and Type Method Description static ResteasyHttpHeaders
VertxUtil. extractHttpHeaders(io.vertx.core.http.HttpServerRequest request)
-