Uses of Interface
io.avaje.http.client.HttpClientContext
-
Uses of HttpClientContext in io.avaje.http.client
Methods in io.avaje.http.client that return HttpClientContextModifier and TypeMethodDescriptionHttpClientContext.Builder.build()
Build and return the context.Methods in io.avaje.http.client with parameters of type HttpClientContextModifier and TypeMethodDescriptionstatic <T> T
HttpApi.provide(Class<T> interfaceType, HttpClientContext clientContext)
Provide the http client implementation for the given interface type.HttpApiProvider.provide(HttpClientContext client)
Return the provided implementation of the API.