Uses of Class
io.split.client.RequestDecorator
-
Packages that use RequestDecorator Package Description io.split.client io.split.client.utils io.split.engine.common io.split.engine.sse io.split.engine.sse.client io.split.service -
-
Uses of RequestDecorator in io.split.client
Methods in io.split.client with parameters of type RequestDecorator Modifier and Type Method Description protected static SplitHttpClientSplitFactoryImpl. buildSplitHttpClient(String apiToken, SplitClientConfig config, SDKMetadata sdkMetadata, RequestDecorator requestDecorator) -
Uses of RequestDecorator in io.split.client.utils
Methods in io.split.client.utils with parameters of type RequestDecorator Modifier and Type Method Description static org.apache.hc.core5.http.HttpRequestApacheRequestDecorator. decorate(org.apache.hc.core5.http.HttpRequest request, RequestDecorator decorator) -
Uses of RequestDecorator in io.split.engine.common
Methods in io.split.engine.common that return RequestDecorator Modifier and Type Method Description RequestDecoratorSplitAPI. getRequestDecorator()Methods in io.split.engine.common with parameters of type RequestDecorator Modifier and Type Method Description static SplitAPISplitAPI. build(SplitHttpClient httpClient, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient, RequestDecorator requestDecorator) -
Uses of RequestDecorator in io.split.engine.sse
Methods in io.split.engine.sse with parameters of type RequestDecorator Modifier and Type Method Description static EventSourceClientImpEventSourceClientImp. build(String baseStreamingUrl, FeatureFlagsWorker featureFlagsWorker, Worker<SegmentQueueDto> segmentWorker, PushStatusTracker pushStatusTracker, org.apache.hc.client5.http.impl.classic.CloseableHttpClient sseHttpClient, TelemetryRuntimeProducer telemetryRuntimeProducer, ThreadFactory threadFactory, RequestDecorator requestDecorator) -
Uses of RequestDecorator in io.split.engine.sse.client
Constructors in io.split.engine.sse.client with parameters of type RequestDecorator Constructor Description SSEClient(Function<RawEvent,Void> eventCallback, Function<SSEClient.StatusMessage,Void> statusCallback, org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, TelemetryRuntimeProducer telemetryRuntimeProducer, ThreadFactory threadFactory, RequestDecorator requestDecorator) -
Uses of RequestDecorator in io.split.service
Methods in io.split.service with parameters of type RequestDecorator Modifier and Type Method Description static SplitHttpClientImplSplitHttpClientImpl. create(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, RequestDecorator requestDecorator, String apikey, SDKMetadata metadata)SplitHttpClientCustomHttpModule. createClient(String apiToken, SDKMetadata sdkMetadata, RequestDecorator decorator)
-