Class MfClientHttpRequestFactoryImpl.Response

java.lang.Object
org.springframework.http.client.AbstractClientHttpResponse
org.mapfish.print.http.MfClientHttpRequestFactoryImpl.Response
All Implemented Interfaces:
Closeable, AutoCloseable, org.springframework.http.client.ClientHttpResponse, org.springframework.http.HttpInputMessage, org.springframework.http.HttpMessage
Enclosing class:
MfClientHttpRequestFactoryImpl

public static class MfClientHttpRequestFactoryImpl.Response extends org.springframework.http.client.AbstractClientHttpResponse
  • Method Details

    • getRawStatusCode

      public int getRawStatusCode()
    • getStatusText

      @Nonnull public String getStatusText()
    • close

      public void close()
    • getBody

      @Nonnull public InputStream getBody() throws IOException
      Throws:
      IOException
    • getHeaders

      @Nonnull public org.springframework.http.HttpHeaders getHeaders()