Uses of Class
com.google.api.client.http.HttpResponseException.Builder
-
Packages that use HttpResponseException.Builder 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 HttpResponseException.Builder in com.google.api.client.http
Methods in com.google.api.client.http that return HttpResponseException.Builder Modifier and Type Method Description HttpResponseException.BuilderHttpResponseException.Builder. setContent(String content)Sets the HTTP response content ornullfor none.HttpResponseException.BuilderHttpResponseException.Builder. setHeaders(HttpHeaders headers)Sets the HTTP response headers.HttpResponseException.BuilderHttpResponseException.Builder. setMessage(String message)Sets the detail message to use ornullfor none.HttpResponseException.BuilderHttpResponseException.Builder. setStatusCode(int statusCode)Sets the HTTP status code or0for none.HttpResponseException.BuilderHttpResponseException.Builder. setStatusMessage(String statusMessage)Sets the HTTP status message ornullfor none.Constructors in com.google.api.client.http with parameters of type HttpResponseException.Builder Constructor Description HttpResponseException(HttpResponseException.Builder builder)
-