public class HttpsRequestConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpsRequestConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HttpsRequestConfiguration.Builder |
builder() |
int |
getConnectTimeout() |
int |
getInitialWaitBeforeRetryMS() |
URL |
getLogzioListenerUrl() |
String |
getLogzioToken() |
String |
getLogzioType() |
int |
getMaxRetriesAttempts() |
String |
getRequestMethod() |
int |
getSocketTimeout() |
boolean |
isCompressRequests() |
public int getInitialWaitBeforeRetryMS()
public int getMaxRetriesAttempts()
public int getSocketTimeout()
public int getConnectTimeout()
public String getRequestMethod()
public String getLogzioToken()
public String getLogzioType()
public URL getLogzioListenerUrl()
public boolean isCompressRequests()
public static HttpsRequestConfiguration.Builder builder()
Copyright © 2018. All rights reserved.