Uses of Class
com.qtsurfer.api.client.invoker.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.qtsurfer.api.client.api
Constructors in com.qtsurfer.api.client.api with parameters of type ApiClientModifierConstructorDescriptionBacktestingApi(ApiClient apiClient) ExchangeApi(ApiClient apiClient) StrategyApi(ApiClient apiClient) -
Uses of ApiClient in com.qtsurfer.api.client.invoker
Methods in com.qtsurfer.api.client.invoker that return ApiClientModifier and TypeMethodDescriptionstatic ApiClientConfiguration.getDefaultApiClient()Get the default API client, which would be used when creating API instances without providing an API client.ApiClient.setAsyncResponseInterceptor(Consumer<HttpResponse<String>> interceptor) Set a custom async response interceptor.ApiClient.setBasePath(String basePath) Set a custom base path for the target service, for example '/v2'.ApiClient.setConnectTimeout(Duration connectTimeout) Sets the connect timeout (in milliseconds) for the http client.Set a custom host name for the target service.ApiClient.setHttpClientBuilder(HttpClient.Builder builder) Set a customHttpClient.Builderobject to use when creating theHttpClientthat is used by the API client.ApiClient.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Set a customObjectMapperto serialize and deserialize the request and response bodies.ApiClient.setPort(int port) Set a custom port number for the target service.ApiClient.setReadTimeout(Duration readTimeout) Set the read timeout for the http client.ApiClient.setRequestInterceptor(Consumer<HttpRequest.Builder> interceptor) Set a custom request interceptor.ApiClient.setResponseInterceptor(Consumer<HttpResponse<InputStream>> interceptor) Set a custom response interceptor.Set a custom scheme for the target service, for example 'https'.Methods in com.qtsurfer.api.client.invoker with parameters of type ApiClientModifier and TypeMethodDescriptionstatic voidConfiguration.setDefaultApiClient(ApiClient apiClient) Set the default API client, which would be used when creating API instances without providing an API client.Method parameters in com.qtsurfer.api.client.invoker with type arguments of type ApiClientModifier and TypeMethodDescriptionstatic voidConfiguration.setApiClientFactory(Supplier<ApiClient> factory) set the callback used to create new ApiClient objects