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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()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:
disposein interfaceorg.geotools.http.HTTPResponse
-
isDisposed
public boolean isDisposed() -
getContentType
- Specified by:
getContentTypein interfaceorg.geotools.http.HTTPResponse
-
getResponseHeader
- Specified by:
getResponseHeaderin interfaceorg.geotools.http.HTTPResponse
-
getResponseStream
- Specified by:
getResponseStreamin interfaceorg.geotools.http.HTTPResponse- Throws:
IOException
-
getResponseCharset
- Specified by:
getResponseCharsetin interfaceorg.geotools.http.HTTPResponse
-