Uses of Interface
io.split.service.SplitHttpClient
-
Packages that use SplitHttpClient Package Description io.split.client io.split.client.events io.split.client.impressions io.split.engine.common io.split.engine.sse io.split.service io.split.telemetry.synchronizer -
-
Uses of SplitHttpClient in io.split.client
Methods in io.split.client that return SplitHttpClient Modifier and Type Method Description protected static SplitHttpClientSplitFactoryImpl. buildSplitHttpClient(String apiToken, SplitClientConfig config, SDKMetadata sdkMetadata, RequestDecorator requestDecorator)Methods in io.split.client with parameters of type SplitHttpClient Modifier and Type Method Description static HttpSegmentChangeFetcherHttpSegmentChangeFetcher. create(SplitHttpClient client, URI root, TelemetryRuntimeProducer telemetryRuntimeProducer)static HttpSplitChangeFetcherHttpSplitChangeFetcher. create(SplitHttpClient client, URI root, TelemetryRuntimeProducer telemetryRuntimeProducer, boolean rootURIOverriden) -
Uses of SplitHttpClient in io.split.client.events
Methods in io.split.client.events with parameters of type SplitHttpClient Modifier and Type Method Description static EventsSenderEventsSender. create(SplitHttpClient splitHttpclient, URI eventsTarget, TelemetryRuntimeProducer telemetryRuntimeProducer) -
Uses of SplitHttpClient in io.split.client.impressions
Methods in io.split.client.impressions with parameters of type SplitHttpClient Modifier and Type Method Description static HttpImpressionsSenderHttpImpressionsSender. create(SplitHttpClient client, URI eventsRootEndpoint, ImpressionsManager.Mode mode, TelemetryRuntimeProducer telemetryRuntimeProducer) -
Uses of SplitHttpClient in io.split.engine.common
Methods in io.split.engine.common that return SplitHttpClient Modifier and Type Method Description SplitHttpClientSplitAPI. getHttpClient()Methods in io.split.engine.common with parameters of type SplitHttpClient Modifier and Type Method Description static SplitAPISplitAPI. build(SplitHttpClient httpClient, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient, RequestDecorator requestDecorator) -
Uses of SplitHttpClient in io.split.engine.sse
Constructors in io.split.engine.sse with parameters of type SplitHttpClient Constructor Description AuthApiClientImp(String url, SplitHttpClient httpClient, TelemetryRuntimeProducer telemetryRuntimeProducer) -
Uses of SplitHttpClient in io.split.service
Classes in io.split.service that implement SplitHttpClient Modifier and Type Class Description classSplitHttpClientImplMethods in io.split.service that return SplitHttpClient Modifier and Type Method Description SplitHttpClientCustomHttpModule. createClient(String apiToken, SDKMetadata sdkMetadata, RequestDecorator decorator)Constructors in io.split.service with parameters of type SplitHttpClient Constructor Description HttpPostImp(SplitHttpClient client, TelemetryRuntimeProducer telemetryRuntimeProducer) -
Uses of SplitHttpClient in io.split.telemetry.synchronizer
Methods in io.split.telemetry.synchronizer with parameters of type SplitHttpClient Modifier and Type Method Description static HttpTelemetryMemorySenderHttpTelemetryMemorySender. create(SplitHttpClient client, URI telemetryRootEndpoint, TelemetryRuntimeProducer telemetryRuntimeProducer)Constructors in io.split.telemetry.synchronizer with parameters of type SplitHttpClient Constructor Description TelemetryInMemorySubmitter(SplitHttpClient client, URI telemetryRootEndpoint, TelemetryStorageConsumer telemetryStorageConsumer, SplitCacheConsumer splitCacheConsumer, SegmentCacheConsumer segmentCacheConsumer, TelemetryRuntimeProducer telemetryRuntimeProducer, long initStartTime)
-