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