Uses of Interface
com.google.api.client.http.HttpIOExceptionHandler
Packages that use HttpIOExceptionHandler
Package
Description
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 HttpIOExceptionHandlerModifier and TypeClassDescriptionclass
Fields in com.google.api.client.http declared as HttpIOExceptionHandlerModifier and TypeFieldDescriptionprivate HttpIOExceptionHandler
HttpRequest.ioExceptionHandler
HTTP I/O exception handler ornull
for none.Methods in com.google.api.client.http that return HttpIOExceptionHandlerMethods in com.google.api.client.http with parameters of type HttpIOExceptionHandlerModifier and TypeMethodDescriptionHttpRequest.setIOExceptionHandler
(HttpIOExceptionHandler ioExceptionHandler)