Uses of Class
com.cognite.client.servicesV1.executor.RequestExecutor
-
Packages that use RequestExecutor Package Description com.cognite.client.servicesV1.executor -
-
Uses of RequestExecutor in com.cognite.client.servicesV1.executor
Methods in com.cognite.client.servicesV1.executor that return RequestExecutor Modifier and Type Method Description RequestExecutorRequestExecutor.Builder. build()static RequestExecutorRequestExecutor. of(okhttp3.OkHttpClient client)RequestExecutorRequestExecutor. withExecutor(Executor executor)Sets the executor to use for running the api requests.RequestExecutorRequestExecutor. withHttpClient(okhttp3.OkHttpClient client)Sets the http client to use for executing the http requests.RequestExecutorRequestExecutor. withMaxRetries(int retries)Sets the maximum number of retries.RequestExecutorRequestExecutor. withValidResponseCodes(List<Integer> validResponseCodes)Specifies a set of valid http response codes *in addition* to the 200-range.
-