A B C S V W 
All Classes All Packages

A

addCallAdapterFactory(CallAdapter.Factory) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Adds the specified call adapter factory for supporting service method return types other than Call.
addConverterFactory(Converter.Factory) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Adds the specified converter factory for serialization and deserialization of objects.
ArmeriaRetrofitBuilder - Class in com.linecorp.armeria.client.retrofit2
A helper class for creating a new Retrofit instance with ArmeriaCallFactory.
ArmeriaRetrofitBuilder() - Constructor for class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Creates a ArmeriaRetrofitBuilder with the default ClientFactory.
ArmeriaRetrofitBuilder(ClientFactory) - Constructor for class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Creates a ArmeriaRetrofitBuilder with the specified ClientFactory.

B

baseUrl(String) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Sets the API base URL.
build() - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Returns a newly-created Retrofit based on the properties of this builder.

C

callbackExecutor(Executor) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Sets the Executor on which Callback methods are invoked when returning Call from your service method.
com.linecorp.armeria.client.retrofit2 - package com.linecorp.armeria.client.retrofit2
Retrofit2 adapter for Armeria.

S

streaming(boolean) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Sets the streaming flag to make Armeria client fully support Streaming.

V

validateEagerly(boolean) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
When calling Retrofit.create(java.lang.Class<T>) on the resulting Retrofit instance, eagerly validate the configuration of all methods in the supplied interface.

W

withClientOptions(BiFunction<String, ? super ClientOptionsBuilder, ClientOptionsBuilder>) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Sets the BiFunction that is applied to the underlying HttpClient.
A B C S V W 
All Classes All Packages