Package com.launchdarkly.eventsource
Interface HttpConnectStrategy.RequestTransformer
-
- Enclosing class:
- HttpConnectStrategy
public static interface HttpConnectStrategy.RequestTransformer
An interface for use withHttpConnectStrategy.requestTransformer(RequestTransformer)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description okhttp3.Request
transformRequest(okhttp3.Request input)
Returns a request that is either the same as the input request or based on it.
-