C G H R S 
All Classes All Packages

C

com.netflix.spinnaker.kork.retrofit - package com.netflix.spinnaker.kork.retrofit
 
com.netflix.spinnaker.kork.retrofit.exceptions - package com.netflix.spinnaker.kork.retrofit.exceptions
 

G

getInstance() - Static method in class com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerRetrofitErrorHandler
Returns an instance of a SpinnakerRetrofitErrorHandler.
getMessage() - Method in exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerHttpException
 
getMessage() - Method in exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
 

H

handleError(RetrofitError) - Method in class com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerRetrofitErrorHandler
Returns a more specific Throwable depending on properties of the caught RetrofitError.

R

RetrofitServiceFactoryAutoConfiguration - Class in com.netflix.spinnaker.kork.retrofit
 
RetrofitServiceFactoryAutoConfiguration() - Constructor for class com.netflix.spinnaker.kork.retrofit.RetrofitServiceFactoryAutoConfiguration
 

S

SpinnakerHttpException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
An exception that exposes the Response of a given HTTP RetrofitError and a detail message that extracts useful information from the Response.
SpinnakerHttpException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerHttpException
 
SpinnakerNetworkException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
Wraps an exception of kind RetrofitError.Kind NETWORK.
SpinnakerNetworkException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerNetworkException
 
SpinnakerRetrofitErrorHandler - Class in com.netflix.spinnaker.kork.retrofit.exceptions
An error handler to be registered with a RestAdapter.
SpinnakerServerException - Exception in com.netflix.spinnaker.kork.retrofit.exceptions
An exception that exposes the message of a RetrofitError.
SpinnakerServerException(RetrofitError) - Constructor for exception com.netflix.spinnaker.kork.retrofit.exceptions.SpinnakerServerException
Parses the message from the SpinnakerServerException.RetrofitErrorResponseBody of a RetrofitError.
C G H R S 
All Classes All Packages