Class BasicAuthHttpClientInterceptor
java.lang.Object
ru.tinkoff.kora.http.client.common.interceptor.BasicAuthHttpClientInterceptor
- All Implemented Interfaces:
HttpClientInterceptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface ru.tinkoff.kora.http.client.common.interceptor.HttpClientInterceptor
HttpClientInterceptor.InterceptChain -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthHttpClientInterceptor(String username, String password) BasicAuthHttpClientInterceptor(HttpClientTokenProvider tokenProvider) -
Method Summary
Modifier and TypeMethodDescriptionprocessRequest(ru.tinkoff.kora.common.Context ctx, HttpClientInterceptor.InterceptChain chain, HttpClientRequest request)
-
Constructor Details
-
BasicAuthHttpClientInterceptor
-
BasicAuthHttpClientInterceptor
-
-
Method Details
-
processRequest
public CompletionStage<HttpClientResponse> processRequest(ru.tinkoff.kora.common.Context ctx, HttpClientInterceptor.InterceptChain chain, HttpClientRequest request) - Specified by:
processRequestin interfaceHttpClientInterceptor
-