| Interface | Description |
|---|---|
| NetworkConnection |
Interface for the component that
sends events to the collector.
|
| RequestCallback |
Interface for all Emitter Callbacks
|
| Class | Description |
|---|---|
| OkHttpNetworkConnection |
Components in charge to send events to the collector.
|
| OkHttpNetworkConnection.OkHttpNetworkConnectionBuilder |
Builder for the OkHttpNetworkConnection.
|
| Request |
Request class that contains the payloads to send
to the collector.
|
| RequestResult |
Stores the result of a Request Attempt
|
| Enum | Description |
|---|---|
| HttpMethod |
HttpMethod is used to set the request method for your Emitter (i.e.
|
| Protocol |
Protocol is used to set the protocol used for sending Requests.
|