A B C G I R S V W 
All Classes All Packages

A

activeRequestPrefix(MeterRegistry, RequestLog) - Method in class com.linecorp.armeria.client.retrofit2.RetrofitMeterIdPrefixFunction
 
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.
apply(MeterRegistry, RequestLog) - Method in class com.linecorp.armeria.client.retrofit2.RetrofitMeterIdPrefixFunction
 
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.
baseUrl(URI) - 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.
build() - Method in class com.linecorp.armeria.client.retrofit2.RetrofitMeterIdPrefixFunction.RetrofitMeterIdPrefixFunctionBuilder
 
builder(String) - Static method in class com.linecorp.armeria.client.retrofit2.RetrofitMeterIdPrefixFunction

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.
clientOptions(ClientOptions) - Method in class com.linecorp.armeria.client.retrofit2.ArmeriaRetrofitBuilder
Sets the ClientOptions that customizes the underlying HttpClient.
com.linecorp.armeria.client.retrofit2 - package com.linecorp.armeria.client.retrofit2
Retrofit2 adapter for Armeria.

G

getInvocation(RequestLog) - Static method in class com.linecorp.armeria.client.retrofit2.InvocationUtil
Retrieves a Retrofit Invocation associated with a RequestLog.

I

InvocationUtil - Class in com.linecorp.armeria.client.retrofit2
Retrieves a Retrofit Invocation associated with a RequestLog.

R

RetrofitMeterIdPrefixFunction - Class in com.linecorp.armeria.client.retrofit2
Returns the default function for retrofit that creates a MeterIdPrefix with the specified name and the Tags derived from the RequestLog properties and Invocation.
RetrofitMeterIdPrefixFunction.RetrofitMeterIdPrefixFunctionBuilder - Class in com.linecorp.armeria.client.retrofit2
 

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 customizes the underlying HttpClient.
withServiceTag(String, String) - Method in class com.linecorp.armeria.client.retrofit2.RetrofitMeterIdPrefixFunction.RetrofitMeterIdPrefixFunctionBuilder
Make tag of RetrofitMeterIdPrefixFunction contains Retrofit service interface name.
A B C G I R S V W 
All Classes All Packages