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 HTTPResponseResponse. httpResponseMethods in org.geotools.data.ows with parameters of type HTTPResponse Modifier and Type Method Description default ResponseRequest. 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 ResponseGetCapabilitiesRequest. createResponse(HTTPResponse response)WFSResponseTransactionRequest. createResponse(HTTPResponse response)WFSResponseWFSRequest. createResponse(HTTPResponse response)WFSResponseWFSResponseFactory. 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 WFSResponseAbstractWFSResponseFactory. createResponse(WFSRequest request, HTTPResponse response)Returns either a properly parsed response object or an exception depending on what the server returned.WFSResponseDescribeFeatureTypeResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseDescribeStoredQueriesResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseListStoredQueriesResponseFactory. createResponse(WFSRequest request, HTTPResponse response)WFSResponseServiceExceptionResponseFactory. createResponse(WFSRequest request, HTTPResponse response)protected WFSResponseAbstractGetFeatureResponseParserFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)protected abstract WFSResponseAbstractWFSResponseFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)Has to be implemented to turn the request and response into a properWFSResponse.protected WFSResponseComplexGetFeatureResponseParserFactory. createResponseImpl(WFSRequest request, HTTPResponse response, InputStream in)Wrapping a XmlComplexFeatureParser over the input stream.protected WFSResponseTransactionResponseFactory. 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 classDefaultHttpResponseHTTPResponse that uses URLConnection as its basis.classDelegateHTTPResponseFields in org.geotools.http declared as HTTPResponse Modifier and Type Field Description protected HTTPResponseDelegateHTTPResponse. delegateMethods in org.geotools.http that return HTTPResponse Modifier and Type Method Description protected HTTPResponseAbstractHttpClient. createFileResponse(URL url)HTTPResponseDelegateHTTPClient. get(URL url)HTTPResponseDelegateHTTPClient. get(URL url, Map<String,String> headers)HTTPResponseHTTPClient. get(URL url)Executes an HTTP GET request against the provided URL and returns the server response.default HTTPResponseHTTPClient. get(URL url, Map<String,String> headers)Executes an HTTP GET request against the provided URL and returns the server response.HTTPResponseLoggingHTTPClient. get(URL url)HTTPResponseLoggingHTTPClient. get(URL url, Map<String,String> headers)HTTPResponseSimpleHttpClient. get(URL url)HTTPResponseSimpleHttpClient. get(URL url, Map<String,String> headers)abstract HTTPResponseAbstractHttpClient. post(URL url, InputStream content, String contentType)HTTPResponseDelegateHTTPClient. post(URL url, InputStream postContent, String postContentType)HTTPResponseDelegateHTTPClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)HTTPResponseHTTPClient. post(URL url, InputStream postContent, String postContentType)Executes an HTTP POST request against the provided URL, sending the contents ofpostContentas the POST method body and setting the Content-Type request header topostContentTypeif given, and returns the server response.default HTTPResponseHTTPClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)Executes an HTTP POST request against the provided URL, sending the contents ofpostContentas the POST method body and setting the Content-Type request header topostContentTypeif given, and returns the server response.HTTPResponseLoggingHTTPClient. post(URL url, InputStream postContent, String postContentType)HTTPResponseLoggingHTTPClient. post(URL url, InputStream postContent, String postContentType, Map<String,String> headers)HTTPResponseSimpleHttpClient. post(URL url, InputStream content, String contentType)HTTPResponseSimpleHttpClient. 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 HTTPResponseMultithreadedHttpClient. get(URL url)HTTPResponseMultithreadedHttpClient. 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 ResponseWMS1_0_0.GetCapsRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.GetFeatureInfoRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.GetMapRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_0_0.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_0.InternalDescribeLayerRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_0.InternalGetLegendGraphicRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_1_1.InternalGetStylesRequest. createResponse(HTTPResponse httpResponse)ResponseWMS1_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 WMTSGetCapabilitiesResponseWMTSSpecification.GetCapsRequest. createResponse(HTTPResponse httpResponse)GetTileResponseWMTSSpecification.GetKVPTileRequest. createResponse(HTTPResponse httpResponse)Creating a GetTileResponseGetTileResponseWMTSSpecification.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)Constructor that sets capabilities property.
-