A B C S V W
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 withArmeriaCallFactory
. - ArmeriaRetrofitBuilder() - Constructor for class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
-
Creates a
ArmeriaRetrofitBuilder
with the defaultClientFactory
. - ArmeriaRetrofitBuilder(ClientFactory) - Constructor for class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
-
Creates a
ArmeriaRetrofitBuilder
with the specifiedClientFactory
.
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
- 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 resultingRetrofit
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 underlyingHttpClient
.