Uses of Class
com.cloudmersive.virusscan.ApiClient
Packages that use ApiClient
-
Uses of ApiClient in com.cloudmersive.virusscan
Methods in com.cloudmersive.virusscan that return ApiClientModifier and TypeMethodDescriptionApiClient.enableChunkedTransfer()Enable chunked transfer encoding for multipart uploads (file parameters).static 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.cloudmersive.virusscan 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. -
Uses of ApiClient in com.cloudmersive.virusscan.api
Constructors in com.cloudmersive.virusscan.api with parameters of type ApiClient