| Class | Description |
|---|---|
| HttpClientUtils |
Provides defaults and utility methods for using
HttpClient. |
| NamedThreadFactory |
ThreadFactory for providing Optimizely use-case specific naming. |
| OptimizelyFactory |
OptimizelyFactory is a utility class to instantiate an
Optimizely client with a minimal
number of configuration options. |
| OptimizelyHttpClient |
Basic HttpClient wrapper to be utilized for fetching the datafile
and for posting events through the EventHandler
TODO abstract out interface and move into core?
|
| OptimizelyHttpClient.Builder |