Uses of Class
com.google.appengine.api.urlfetch.HTTPResponse
-
Packages that use HTTPResponse Package Description com.google.appengine.api.urlfetch Provides a service to make HTTP/S requests of other servers on the internet. -
-
Uses of HTTPResponse in com.google.appengine.api.urlfetch
Methods in com.google.appengine.api.urlfetch that return HTTPResponse Modifier and Type Method Description HTTPResponseURLFetchService. fetch(HTTPRequest request)Execute the specified request and return its response.HTTPResponseURLFetchService. fetch(URL url)Convenience method for retrieving a specific URL via a HTTP GET request with no custom headers and default values for allFetchOptionsattributes.Methods in com.google.appengine.api.urlfetch that return types with arguments of type HTTPResponse Modifier and Type Method Description Future<HTTPResponse>URLFetchService. fetchAsync(HTTPRequest request)Asynchronously execute the specified request and return its response.Future<HTTPResponse>URLFetchService. fetchAsync(URL url)Convenience method for asynchronously retrieving a specific URL via a HTTP GET request with no custom headers and default values for allFetchOptionsattributes.
-