Uses of Class
com.cognite.client.servicesV1.executor.RequestExecutor
-
Packages that use RequestExecutor Package Description com.cognite.client.servicesV1 com.cognite.client.servicesV1.executor -
-
Uses of RequestExecutor in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 with parameters of type RequestExecutor Modifier and Type Method Description ConnectorServiceV1.ItemWriterConnectorServiceV1.ItemWriter. withRequestExecutor(RequestExecutor requestExecutor)Configure a specificRequestExecutorto handle the HTTP(S) request against the Cognnite API.ConnectorServiceV1.ResultFutureIterator<T>ConnectorServiceV1.ResultFutureIterator. withRequestExecutor(RequestExecutor requestExecutor)Configure a specificRequestExecutorto handle the HTTP(S) request against the Cognnite API. -
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.
-