B C G H R 
All Classes All Packages

B

build(Class<T>) - Method in class ratpack.retrofit.RatpackRetrofit.Builder
Uses this builder to create a Retrofit client implementation.

C

cause(Call<?>, Response<?>) - Static method in exception ratpack.retrofit.RatpackRetrofitCallException
 
client(String) - Static method in class ratpack.retrofit.RatpackRetrofit
Creates a new builder for creating Retrofit clients.
client(URI) - Static method in class ratpack.retrofit.RatpackRetrofit
Creates a new builder for creating Retrofit clients.
configure(Action<? super Retrofit.Builder>) - Method in class ratpack.retrofit.RatpackRetrofit.Builder
Configure the underlying Retrofit.Builder instance.

G

getResponse() - Method in exception ratpack.retrofit.RatpackRetrofitCallException
Get the underlying response that resulted in the exception for this HTTP request.

H

httpClient(Factory<? extends HttpClient>) - Method in class ratpack.retrofit.RatpackRetrofit.Builder
Configures a Factory that supplies the underlying HttpClient to back client interfaces generated from the return of RatpackRetrofit.Builder.retrofit()

R

ratpack.retrofit - package ratpack.retrofit
Integration with Retrofit.
RatpackRetrofit - Class in ratpack.retrofit
Builder for providing integration of Retrofit2 with Ratpack's HttpClient.
RatpackRetrofit() - Constructor for class ratpack.retrofit.RatpackRetrofit
 
RatpackRetrofit.Builder - Class in ratpack.retrofit
 
RatpackRetrofitCallException - Exception in ratpack.retrofit
Exception throw from Retrofit clients when using simple types instead of Response and the request is not successful.
RatpackRetrofitCallException(Request, Response<?>) - Constructor for exception ratpack.retrofit.RatpackRetrofitCallException
Create a wrapped Retrofit exception.
retrofit() - Method in class ratpack.retrofit.RatpackRetrofit.Builder
Creates the underlying Retrofit instance and configures it to interface with HttpClient and Promise.
B C G H R 
All Classes All Packages