Uses of Interface
io.github.taha_cmd.SignPathClientSimpleLogger
Packages that use SignPathClientSimpleLogger
-
Uses of SignPathClientSimpleLogger in io.github.taha_cmd
Constructors in io.github.taha_cmd with parameters of type SignPathClientSimpleLoggerModifierConstructorDescriptionSignPathClient
(String signPathApiBaseUrl, SignPathClientSimpleLogger logger) SignPathClient
(String signPathApiBaseUrl, SignPathClientSimpleLogger logger, SignPathClientSettings signPathClientSettings) -
Uses of SignPathClientSimpleLogger in io.github.taha_cmd.api.http
Methods in io.github.taha_cmd.api.http with parameters of type SignPathClientSimpleLoggerModifier and TypeMethodDescriptionstatic okhttp3.OkHttpClient
HttpClientFactory.createHttpClient
(int numberOfRetries, int requestTimeoutInSeconds, SignPathClientSimpleLogger logger, Function<okhttp3.Response, String> errorMessageFormatter) Constructors in io.github.taha_cmd.api.http with parameters of type SignPathClientSimpleLoggerModifierConstructorDescriptionHttpClientRetryInterceptor
(int numberOfRetries, SignPathClientSimpleLogger logger, Function<okhttp3.Response, String> errorMessageFormatter) SignPathApiHttpClient
(String signPathApiBaseUrl, SignPathClientSimpleLogger logger, SignPathClientSettings signPathClientSettings)