java.lang.Object
com.github.mkopylec.charon.forwarding.interceptors.HttpRequest
All Implemented Interfaces:
org.springframework.http.HttpMessage, org.springframework.http.HttpRequest

public class HttpRequest extends Object implements org.springframework.http.HttpRequest
  • Method Details

    • getURI

      public URI getURI()
      Specified by:
      getURI in interface org.springframework.http.HttpRequest
    • setUri

      public void setUri(URI uri)
    • getMethod

      public org.springframework.http.HttpMethod getMethod()
      Specified by:
      getMethod in interface org.springframework.http.HttpRequest
    • setMethod

      public void setMethod(org.springframework.http.HttpMethod method)
    • getHeaders

      public org.springframework.http.HttpHeaders getHeaders()
      Specified by:
      getHeaders in interface org.springframework.http.HttpMessage
    • setHeaders

      public void setHeaders(org.springframework.http.HttpHeaders headers)
    • getBody

      public byte[] getBody()
    • setBody

      public void setBody(byte[] body)