Package org.tailormap.api.geotools
Class ResponseTeeingHTTPClient.TeeHTTPResponseWrapper
java.lang.Object
org.tailormap.api.geotools.ResponseTeeingHTTPClient.TeeHTTPResponseWrapper
- All Implemented Interfaces:
org.geotools.http.HTTPResponse
- Enclosing class:
- ResponseTeeingHTTPClient
public class ResponseTeeingHTTPClient.TeeHTTPResponseWrapper
extends Object
implements org.geotools.http.HTTPResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
byte[]
getCopy()
getResponseHeader
(String header) boolean
-
Constructor Details
-
TeeHTTPResponseWrapper
public TeeHTTPResponseWrapper(org.geotools.http.HTTPResponse wrapped)
-
-
Method Details
-
getCopy
public byte[] getCopy() -
dispose
public void dispose()- Specified by:
dispose
in interfaceorg.geotools.http.HTTPResponse
-
isDisposed
public boolean isDisposed() -
getContentType
- Specified by:
getContentType
in interfaceorg.geotools.http.HTTPResponse
-
getResponseHeader
- Specified by:
getResponseHeader
in interfaceorg.geotools.http.HTTPResponse
-
getResponseStream
- Specified by:
getResponseStream
in interfaceorg.geotools.http.HTTPResponse
- Throws:
IOException
-
getResponseCharset
- Specified by:
getResponseCharset
in interfaceorg.geotools.http.HTTPResponse
-