Uses of Class
com.google.api.client.http.HttpResponseException.Builder
Packages that use HttpResponseException.Builder
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
-
Uses of HttpResponseException.Builder in com.google.api.client.http
Methods in com.google.api.client.http that return HttpResponseException.BuilderModifier and TypeMethodDescriptionHttpResponseException.Builder.setAttemptCount
(int attemptCount) Sets the attempt count for the related HTTP request execution.HttpResponseException.Builder.setContent
(String content) Sets the HTTP response content ornull
for none.HttpResponseException.Builder.setHeaders
(HttpHeaders headers) Sets the HTTP response headers.HttpResponseException.Builder.setMessage
(String message) Sets the detail message to use ornull
for none.HttpResponseException.Builder.setStatusCode
(int statusCode) Sets the HTTP status code or0
for none.HttpResponseException.Builder.setStatusMessage
(String statusMessage) Sets the HTTP status message ornull
for none.Constructors in com.google.api.client.http with parameters of type HttpResponseException.BuilderModifierConstructorDescriptionprotected