Package com.launchdarkly.eventsource
Interface HttpConnectStrategy.ClientConfigurer
- Enclosing class:
- HttpConnectStrategy
public static interface HttpConnectStrategy.ClientConfigurer
An interface for use with
HttpConnectStrategy.clientBuilderActions(ClientConfigurer).-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(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.
-
Method Details
-
configure
void configure(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.- Parameters:
builder- the client builder
-