Class HttpServerRequest

java.lang.Object
org.jboss.resteasy.plugins.server.BaseHttpRequest
org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
All Implemented Interfaces:
HttpRequest

public class HttpServerRequest extends org.jboss.resteasy.plugins.server.BaseHttpRequest
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • dispatcher

      protected org.jboss.resteasy.core.SynchronousDispatcher dispatcher
    • httpResponse

      protected HttpResponse httpResponse
    • exchange

      protected HttpExchange exchange
    • httpHeaders

      protected org.jboss.resteasy.specimpl.ResteasyHttpHeaders httpHeaders
    • preProcessedPath

      protected String preProcessedPath
    • attributes

      protected Map<String,Object> attributes
    • httpMethod

      protected String httpMethod
  • Constructor Details

    • HttpServerRequest

      public HttpServerRequest(org.jboss.resteasy.core.SynchronousDispatcher dispatcher, HttpResponse httpResponse, HttpExchange exchange)
  • Method Details

    • getMutableHeaders

      public jakarta.ws.rs.core.MultivaluedMap<String,String> getMutableHeaders()
    • getHttpHeaders

      public jakarta.ws.rs.core.HttpHeaders getHttpHeaders()
    • getInputStream

      public InputStream getInputStream()
    • setInputStream

      public void setInputStream(InputStream stream)
    • getHttpMethod

      public String getHttpMethod()
    • setHttpMethod

      public void setHttpMethod(String method)
    • getAttribute

      public Object getAttribute(String attribute)
    • setAttribute

      public void setAttribute(String name, Object value)
    • removeAttribute

      public void removeAttribute(String name)
    • getAttributeNames

      public Enumeration<String> getAttributeNames()
    • getAsyncContext

      public ResteasyAsynchronousContext getAsyncContext()
    • forward

      public void forward(String path)
    • wasForwarded

      public boolean wasForwarded()
    • getRemoteHost

      public String getRemoteHost()
    • getRemoteAddress

      public String getRemoteAddress()