Uses of Interface
org.geotools.data.wfs.protocol.http.HTTPResponse

Packages that use HTTPResponse
org.geotools.data.wfs.protocol.http   
 

Uses of HTTPResponse in org.geotools.data.wfs.protocol.http
 

Classes in org.geotools.data.wfs.protocol.http that implement HTTPResponse
 class DefaultHTTPProtocol.HTTPClientResponse
          An HTTPResponse wrapping an executed GetMethod or PostMethod from the apache commons-httpclient package
 

Methods in org.geotools.data.wfs.protocol.http that return HTTPResponse
 HTTPResponse HTTPProtocol.issueGet(URL baseUrl, Map<String,String> kvp)
          Issues an HTTP request over the baseUrl with a query string defined by the kvp key/value pair of parameters.
 HTTPResponse SimpleHttpProtocol.issueGet(URL baseUrl, Map<String,String> kvp)
           
 HTTPResponse DefaultHTTPProtocol.issueGet(URL baseUrl, Map<String,String> kvp)
           
 HTTPResponse HTTPProtocol.issuePost(URL targetUrl, HTTPProtocol.POSTCallBack callback)
           
 HTTPResponse SimpleHttpProtocol.issuePost(URL targetUrl, HTTPProtocol.POSTCallBack callback)
           
 HTTPResponse DefaultHTTPProtocol.issuePost(URL targetUrl, HTTPProtocol.POSTCallBack callback)
           
 



Copyright © 1996-2009 Geotools. All Rights Reserved.