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