Package org.mapfish.print.http
Class MfClientHttpRequestFactoryImpl.Response
java.lang.Object
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 Object
implements org.springframework.http.client.ClientHttpResponse
-
Method Details
-
getStatusCode
- Specified by:
getStatusCodein interfaceorg.springframework.http.client.ClientHttpResponse- Throws:
IOException
-
getStatusText
- Specified by:
getStatusTextin interfaceorg.springframework.http.client.ClientHttpResponse
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.springframework.http.client.ClientHttpResponse- Specified by:
closein interfaceCloseable
-
getBody
- Specified by:
getBodyin interfaceorg.springframework.http.HttpInputMessage- Throws:
IOException
-
getHeaders
@Nonnull public org.springframework.http.HttpHeaders getHeaders()- Specified by:
getHeadersin interfaceorg.springframework.http.HttpMessage
-