Class RootUriInterceptor
java.lang.Object
ru.tinkoff.kora.http.client.common.interceptor.RootUriInterceptor
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessRequest(ru.tinkoff.kora.common.Context ctx, HttpClientInterceptor.InterceptChain chain, HttpClientRequest request)
-
Constructor Details
-
RootUriInterceptor
-
-
Method Details
-
processRequest
public CompletionStage<HttpClientResponse> processRequest(ru.tinkoff.kora.common.Context ctx, HttpClientInterceptor.InterceptChain chain, HttpClientRequest request) throws Exception - Specified by:
processRequestin interfaceHttpClientInterceptor- Throws:
Exception
-