public interface DataSenderConfig
| Modifier and Type | Method and Description |
|---|---|
AuditModeConfig |
getAuditModeConfig() |
java.lang.String |
getCaBundlePath() |
java.lang.String |
getCompressedContentEncoding()
Returns the content-encoding for compressed data.
|
java.lang.String |
getHost()
Returns the collector host.
|
java.lang.String |
getInsertApiKey() |
java.lang.String |
getLicenseKey()
Get the license key.
|
int |
getPort() |
java.lang.String |
getProxyHost() |
java.lang.String |
getProxyPassword() |
java.lang.Integer |
getProxyPort() |
java.lang.String |
getProxyScheme() |
java.lang.String |
getProxyUser() |
int |
getTimeoutInMilliseconds() |
boolean |
isAuditMode() |
boolean |
isPutForDataSend()
If this is enabled, the agent will send data to the collector via a PUT command rather than the default POST.
|
boolean |
isSimpleCompression()
If simple compression is enabled we will prevent data within a payload from being compressed.
|
java.lang.String getHost()
int getPort()
java.lang.String getInsertApiKey()
boolean isAuditMode()
java.lang.String getProxyHost()
java.lang.Integer getProxyPort()
java.lang.String getProxyScheme()
java.lang.String getProxyPassword()
java.lang.String getProxyUser()
java.lang.String getCaBundlePath()
boolean isSimpleCompression()
java.lang.String getCompressedContentEncoding()
boolean isPutForDataSend()
AuditModeConfig getAuditModeConfig()
java.lang.String getLicenseKey()
int getTimeoutInMilliseconds()