public static class HttpSender.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder(java.lang.String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
HttpSender |
build() |
HttpSender.Builder |
withAuth(java.lang.String authToken) |
HttpSender.Builder |
withAuth(java.lang.String username,
java.lang.String password) |
HttpSender.Builder |
withClient(okhttp3.OkHttpClient client) |
HttpSender.Builder |
withMaxPacketSize(int maxPacketSizeBytes) |
public HttpSender.Builder withClient(okhttp3.OkHttpClient client)
public HttpSender.Builder withMaxPacketSize(int maxPacketSizeBytes)
public HttpSender.Builder withAuth(java.lang.String username, java.lang.String password)
public HttpSender.Builder withAuth(java.lang.String authToken)
public HttpSender build()