B C G H R
All Classes All Packages
All Classes All Packages
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.Builderinstance.
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
Factorythat supplies the underlyingHttpClientto back client interfaces generated from the return ofRatpackRetrofit.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
Responseand 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
Retrofitinstance and configures it to interface withHttpClientandPromise.
All Classes All Packages