Uses of Interface
com.google.api.client.http.HttpIOExceptionHandler
-
Packages that use HttpIOExceptionHandler Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1. -
-
Uses of HttpIOExceptionHandler in com.google.api.client.http
Classes in com.google.api.client.http that implement HttpIOExceptionHandler Modifier and Type Class Description class
HttpBackOffIOExceptionHandler
Methods in com.google.api.client.http that return HttpIOExceptionHandler Modifier and Type Method Description HttpIOExceptionHandler
HttpRequest. getIOExceptionHandler()
Methods in com.google.api.client.http with parameters of type HttpIOExceptionHandler Modifier and Type Method Description HttpRequest
HttpRequest. setIOExceptionHandler(HttpIOExceptionHandler ioExceptionHandler)
-