Uses of Interface
org.geotools.http.HTTPResponse
Packages that use HTTPResponse
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of HTTPResponse in org.geotools.data.ows
Fields in org.geotools.data.ows declared as HTTPResponseMethods in org.geotools.data.ows with parameters of type HTTPResponseModifier and TypeMethodDescriptiondefault Response
Request.createResponse
(HTTPResponse response) Each Request must know how to create it's counterpart Response.Constructors in org.geotools.data.ows with parameters of type HTTPResponseModifierConstructorDescriptionGetCapabilitiesResponse
(HTTPResponse httpResponse) Response
(HTTPResponse httpResponse) -
Uses of HTTPResponse in org.geotools.data.wfs.internal
Methods in org.geotools.data.wfs.internal with parameters of type HTTPResponseModifier and TypeMethodDescriptionGetCapabilitiesRequest.createResponse
(HTTPResponse response) TransactionRequest.createResponse
(HTTPResponse response) WFSRequest.createResponse
(HTTPResponse response) WFSResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) Creates a response for the given WFS request.Constructors in org.geotools.data.wfs.internal with parameters of type HTTPResponseModifierConstructorDescriptionComplexGetFeatureResponse
(WFSRequest originatingRequest, HTTPResponse httpResponse, XmlComplexFeatureParser parser) DescribeFeatureTypeResponse
(DescribeFeatureTypeRequest request, HTTPResponse httpResponse) DescribeStoredQueriesResponse
(WFSRequest originatingRequest, HTTPResponse response) GetCapabilitiesResponse
(HTTPResponse response, EntityResolver entityResolver) GetFeatureResponse
(WFSRequest originatingRequest, HTTPResponse httpResponse, GetParser<SimpleFeature> features) ListStoredQueriesResponse
(WFSRequest originatingRequest, HTTPResponse response) WFSResponse
(WFSRequest originatingRequest, HTTPResponse httpResponse) -
Uses of HTTPResponse in org.geotools.data.wfs.internal.parsers
Methods in org.geotools.data.wfs.internal.parsers with parameters of type HTTPResponseModifier and TypeMethodDescriptionAbstractWFSResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) Returns either a properly parsed response object or an exception depending on what the server returned.DescribeFeatureTypeResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) DescribeStoredQueriesResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) ListStoredQueriesResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) ServiceExceptionResponseFactory.createResponse
(WFSRequest request, HTTPResponse response) protected WFSResponse
AbstractGetFeatureResponseParserFactory.createResponseImpl
(WFSRequest request, HTTPResponse response, InputStream in) protected abstract WFSResponse
AbstractWFSResponseFactory.createResponseImpl
(WFSRequest request, HTTPResponse response, InputStream in) Has to be implemented to turn the request and response into a properWFSResponse
.protected WFSResponse
ComplexGetFeatureResponseParserFactory.createResponseImpl
(WFSRequest request, HTTPResponse response, InputStream in) Wrapping a XmlComplexFeatureParser over the input stream.protected WFSResponse
TransactionResponseFactory.createResponseImpl
(WFSRequest request, HTTPResponse response, InputStream in) -
Uses of HTTPResponse in org.geotools.data.wfs.internal.v1_x
Constructors in org.geotools.data.wfs.internal.v1_x with parameters of type HTTPResponseModifierConstructorDescriptionTransactionResponseImpl
(WFSRequest originatingRequest, HTTPResponse response, InputStream in) -
Uses of HTTPResponse in org.geotools.data.wfs.internal.v2_0
Constructors in org.geotools.data.wfs.internal.v2_0 with parameters of type HTTPResponseModifierConstructorDescriptionTransactionResponseImpl
(WFSRequest originatingRequest, HTTPResponse response, InputStream in) -
Uses of HTTPResponse in org.geotools.http
Classes in org.geotools.http that implement HTTPResponseModifier and TypeClassDescriptionclass
HTTPResponse that uses URLConnection as its basis.class
Fields in org.geotools.http declared as HTTPResponseMethods in org.geotools.http that return HTTPResponseModifier and TypeMethodDescriptionprotected HTTPResponse
AbstractHttpClient.createFileResponse
(URL url) Executes an HTTP GET request against the provided URL and returns the server response.default HTTPResponse
Executes an HTTP GET request against the provided URL and returns the server response.abstract HTTPResponse
AbstractHttpClient.post
(URL url, InputStream content, String contentType) DelegateHTTPClient.post
(URL url, InputStream postContent, String postContentType) DelegateHTTPClient.post
(URL url, InputStream postContent, String postContentType, Map<String, String> headers) HTTPClient.post
(URL url, InputStream postContent, String postContentType) Executes an HTTP POST request against the provided URL, sending the contents ofpostContent
as the POST method body and setting the Content-Type request header topostContentType
if given, and returns the server response.default HTTPResponse
HTTPClient.post
(URL url, InputStream postContent, String postContentType, Map<String, String> headers) Executes an HTTP POST request against the provided URL, sending the contents ofpostContent
as the POST method body and setting the Content-Type request header topostContentType
if given, and returns the server response.LoggingHTTPClient.post
(URL url, InputStream postContent, String postContentType) LoggingHTTPClient.post
(URL url, InputStream postContent, String postContentType, Map<String, String> headers) SimpleHttpClient.post
(URL url, InputStream content, String contentType) SimpleHttpClient.post
(URL url, InputStream postContent, String postContentType, Map<String, String> headers) Constructors in org.geotools.http with parameters of type HTTPResponse -
Uses of HTTPResponse in org.geotools.http.commons
Methods in org.geotools.http.commons that return HTTPResponseModifier and TypeMethodDescription -
Uses of HTTPResponse in org.geotools.ows.wms
Methods in org.geotools.ows.wms with parameters of type HTTPResponseModifier and TypeMethodDescriptionWMS1_0_0.GetCapsRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.GetFeatureInfoRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.GetMapRequest.createResponse
(HTTPResponse httpResponse) WMS1_0_0.InternalGetStylesRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_0.InternalDescribeLayerRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_0.InternalGetLegendGraphicRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_1.InternalGetStylesRequest.createResponse
(HTTPResponse httpResponse) WMS1_1_1.InternalPutStylesRequest.createResponse
(HTTPResponse httpResponse) -
Uses of HTTPResponse in org.geotools.ows.wms.response
Constructors in org.geotools.ows.wms.response with parameters of type HTTPResponseModifierConstructorDescriptionDescribeLayerResponse
(HTTPResponse httpResponse) DescribeLayerResponse
(HTTPResponse httpResponse, Map<String, Object> hints) GetFeatureInfoResponse
(HTTPResponse httpResponse) GetLegendGraphicResponse
(HTTPResponse httpResponse) GetMapResponse
(HTTPResponse httpResponse) GetStylesResponse
(HTTPResponse httpResponse) PutStylesResponse
(HTTPResponse httpResponse) WMSGetCapabilitiesResponse
(HTTPResponse response) WMSGetCapabilitiesResponse
(HTTPResponse response, Map<String, Object> hints) -
Uses of HTTPResponse in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts with parameters of type HTTPResponseModifier and TypeMethodDescriptionWMTSSpecification.GetCapsRequest.createResponse
(HTTPResponse httpResponse) WMTSSpecification.GetKVPTileRequest.createResponse
(HTTPResponse httpResponse) Creating a GetTileResponseWMTSSpecification.GetRestTileRequest.createResponse
(HTTPResponse httpResponse) Creating a GetTileResponse -
Uses of HTTPResponse in org.geotools.ows.wmts.response
Constructors in org.geotools.ows.wmts.response with parameters of type HTTPResponseModifierConstructorDescriptionGetFeatureInfoResponse
(HTTPResponse httpResponse) GetLegendGraphicResponse
(HTTPResponse httpResponse) GetTileResponse
(HTTPResponse httpResponse, WMTSServiceType wmtsServiceType) Constructor of GetTileResponse.WMTSGetCapabilitiesResponse
(HTTPResponse response) WMTSGetCapabilitiesResponse
(HTTPResponse response, Map<String, Object> hints) Constructor that sets capabilities property.