|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPResponse | |
---|---|
org.geotools.data.ows | |
org.geotools.data.wms | Provides for Web Map Server client access as a Grid Coverage Exchange. |
org.geotools.data.wms.response |
Uses of HTTPResponse in org.geotools.data.ows |
---|
Classes in org.geotools.data.ows that implement HTTPResponse | |
---|---|
class |
DelegateHTTPResponse
|
static class |
SimpleHttpClient.SimpleHTTPResponse
|
Fields in org.geotools.data.ows declared as HTTPResponse | |
---|---|
protected HTTPResponse |
DelegateHTTPResponse.delegate
|
protected HTTPResponse |
Response.httpResponse
|
Methods in org.geotools.data.ows that return HTTPResponse | |
---|---|
HTTPResponse |
MultithreadedHttpClient.get(URL url)
|
HTTPResponse |
SimpleHttpClient.get(URL url)
|
HTTPResponse |
LoggingHTTPClient.get(URL url)
|
HTTPResponse |
DelegateHTTPClient.get(URL url)
|
HTTPResponse |
HTTPClient.get(URL url)
Executes an HTTP GET request against the provided URL and returns the server response. |
HTTPResponse |
MultithreadedHttpClient.post(URL url,
InputStream postContent,
String postContentType)
|
HTTPResponse |
SimpleHttpClient.post(URL url,
InputStream postContent,
String postContentType)
|
HTTPResponse |
LoggingHTTPClient.post(URL url,
InputStream postContent,
String postContentType)
|
HTTPResponse |
DelegateHTTPClient.post(URL url,
InputStream postContent,
String postContentType)
|
HTTPResponse |
HTTPClient.post(URL url,
InputStream postContent,
String postContentType)
Executes an HTTP POST request against the provided URL, sending the contents of postContent as the POST method body and setting the Content-Type request header to
postContentType if given, and returns the server response. |
Methods in org.geotools.data.ows with parameters of type HTTPResponse | |
---|---|
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 | |
---|---|
DelegateHTTPResponse(HTTPResponse delegate)
|
|
GetCapabilitiesResponse(HTTPResponse httpResponse)
|
|
Response(HTTPResponse httpResponse)
|
Uses of HTTPResponse in org.geotools.data.wms |
---|
Methods in org.geotools.data.wms with parameters of type HTTPResponse | |
---|---|
Response |
WMS1_0_0.GetCapsRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_0_0.GetMapRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_0_0.GetFeatureInfoRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_1_0.InternalDescribeLayerRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_1_0.InternalGetLegendGraphicRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_1_0.InternalGetStylesRequest.createResponse(HTTPResponse httpResponse)
|
Response |
WMS1_1_0.InternalPutStylesRequest.createResponse(HTTPResponse httpResponse)
|
Uses of HTTPResponse in org.geotools.data.wms.response |
---|
Constructors in org.geotools.data.wms.response with parameters of type HTTPResponse | |
---|---|
DescribeLayerResponse(HTTPResponse httpResponse)
|
|
GetFeatureInfoResponse(HTTPResponse httpResponse)
|
|
GetLegendGraphicResponse(HTTPResponse httpResponse)
|
|
GetMapResponse(HTTPResponse httpResponse)
|
|
GetStylesResponse(HTTPResponse httpResponse)
|
|
PutStylesResponse(HTTPResponse httpResponse)
|
|
WMSGetCapabilitiesResponse(HTTPResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |