Package com.launchdarkly.eventsource
Interface HttpConnectStrategy.ClientConfigurer
-
- Enclosing class:
- HttpConnectStrategy
public static interface HttpConnectStrategy.ClientConfigurerAn interface for use withHttpConnectStrategy.clientBuilderActions(ClientConfigurer).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(okhttp3.OkHttpClient.Builder builder)This method is called with the OkHttpOkHttpClient.Builderthat will be used for the EventSource, allowing you to call any configuration methods you want.
-