Uses of Interface
org.geotools.http.HTTPResponse
-
Packages that use HTTPResponse Package Description org.geotools.data.ows org.geotools.data.wfs.internal org.geotools.data.wfs.internal.parsers org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 org.geotools.http org.geotools.http.commons org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.response org.geotools.ows.wmts org.geotools.ows.wmts.response -
-
Uses of HTTPResponse in org.geotools.data.ows
Fields in org.geotools.data.ows declared as HTTPResponse Modifier and Type Field Description protected HTTPResponse
Response. httpResponse
Methods in org.geotools.data.ows with parameters of type HTTPResponse Modifier and Type Method Description default 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 HTTPResponse Constructor Description GetCapabilitiesResponse(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 HTTPResponse Modifier and Type Method Description Response
GetCapabilitiesRequest. createResponse(HTTPResponse response)
WFSResponse
TransactionRequest. createResponse(HTTPResponse response)
WFSResponse
WFSRequest. createResponse(HTTPResponse response)
WFSResponse
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 HTTPResponse Constructor Description ComplexGetFeatureResponse(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 HTTPResponse Modifier and Type Method Description WFSResponse
AbstractWFSResponseFactory. createResponse(WFSRequest request, HTTPResponse response)
Returns either a properly parsed response object or an exception depending on what the server returned.WFSResponse
DescribeFeatureTypeResponseFactory. createResponse(WFSRequest request, HTTPResponse response)
WFSResponse
DescribeStoredQueriesResponseFactory. createResponse(WFSRequest request, HTTPResponse response)
WFSResponse
ListStoredQueriesResponseFactory. 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 HTTPResponse Constructor Description TransactionResponseImpl(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 HTTPResponse Constructor Description TransactionResponseImpl(WFSRequest originatingRequest, HTTPResponse response, InputStream in)
-
Uses of HTTPResponse in org.geotools.http
Classes in org.geotools.http that implement HTTPResponse Modifier and Type Class Description class
DefaultHttpResponse
HTTPResponse that uses URLConnection as its basis.class
DelegateHTTPResponse
Fields in org.geotools.http declared as HTTPResponse Modifier and Type Field Description protected HTTPResponse
DelegateHTTPResponse. delegate
Methods in org.geotools.http that return HTTPResponse Modifier and Type Method Description protected HTTPResponse
AbstractHttpClient. createFileResponse(URL url)
HTTPResponse
DelegateHTTPClient. get(URL url)
HTTPResponse
DelegateHTTPClient. get(URL url, Map<String,String> headers)
HTTPResponse
HTTPClient. get(URL url)
Executes an HTTP GET request against the provided URL and returns the server response.default HTTPResponse
HTTPClient. get(URL url, Map<String,String> headers)
Executes an HTTP GET request against the provided URL and returns the server response.HTTPResponse
LoggingHTTPClient. get(URL url)
HTTPResponse
LoggingHTTPClient. get(URL url, Map<String,String> headers)
HTTPResponse
SimpleHttpClient. get(URL url)
HTTPResponse
SimpleHttpClient. get(URL url, Map<String,String> headers)
abstract HTTPResponse
AbstractHttpClient. post(URL url, InputStream content, String contentType)
HTTPResponse
DelegateHTTPClient. post(URL url, InputStream postContent, String postContentType)
HTTPResponse
DelegateHTTPClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)
HTTPResponse
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.HTTPResponse
LoggingHTTPClient. post(URL url, InputStream postContent, String postContentType)
HTTPResponse
LoggingHTTPClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)
HTTPResponse
SimpleHttpClient. post(URL url, InputStream content, String contentType)
HTTPResponse
SimpleHttpClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)
Constructors in org.geotools.http with parameters of type HTTPResponse Constructor Description DelegateHTTPResponse(HTTPResponse delegate)
-
Uses of HTTPResponse in org.geotools.http.commons
Methods in org.geotools.http.commons that return HTTPResponse Modifier and Type Method Description HTTPResponse
MultithreadedHttpClient. get(URL url)
HTTPResponse
MultithreadedHttpClient. get(URL url, Map<String,String> headers)
-
Uses of HTTPResponse in org.geotools.ows.wms
Methods in org.geotools.ows.wms with parameters of type HTTPResponse Modifier and Type Method Description Response
WMS1_0_0.GetCapsRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_0_0.GetFeatureInfoRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_0_0.GetMapRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_0_0.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_1_0.InternalDescribeLayerRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_1_0.InternalGetLegendGraphicRequest. createResponse(HTTPResponse httpResponse)
Response
WMS1_1_1.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)
Response
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 HTTPResponse Constructor Description DescribeLayerResponse(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 HTTPResponse Modifier and Type Method Description WMTSGetCapabilitiesResponse
WMTSSpecification.GetCapsRequest. createResponse(HTTPResponse httpResponse)
GetTileResponse
WMTSSpecification.GetKVPTileRequest. createResponse(HTTPResponse httpResponse)
Creating a GetTileResponseGetTileResponse
WMTSSpecification.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 HTTPResponse Constructor Description GetFeatureInfoResponse(HTTPResponse httpResponse)
GetLegendGraphicResponse(HTTPResponse httpResponse)
GetTileResponse(HTTPResponse httpResponse, WMTSServiceType wmtsServiceType)
Constructor of GetTileResponse.WMTSGetCapabilitiesResponse(HTTPResponse response)
WMTSGetCapabilitiesResponse(HTTPResponse response, Map<String,Object> hints)
-