Package | Description |
---|---|
com.googlecode.jsendnsca.builders |
Modifier and Type | Method and Description |
---|---|
NagiosSettingsBuilder |
NagiosSettingsBuilder.withConnectionTimeout(int connectionTimeout)
The next
NagiosSettings created will use the supplied connection
timeout |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withEncryption(Encryption encryption)
The next
NagiosSettings created will use the specified
Encryption constant |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withEncryptor(Encryptor encryptor)
The next
NagiosSettings created will use the specified
Encryptor |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withLargeMessageSupportEnabled()
The next
NagiosSettings created will have large message support enabled,
see NagiosSettings.enableLargeMessageSupport() . |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withNagiosHost(String nagiosHost)
The next
NagiosSettings created will use the supplied nagiosHost |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withNoPassword()
The next
NagiosSettings created will have an empty string set as
the password |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withPassword(String password)
The next
NagiosSettings created will use the supplied password |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withPort(int port)
The next
NagiosSettings created will use the supplied port |
NagiosSettingsBuilder |
NagiosSettingsBuilder.withResponseTimeout(int responseTimeout)
The next
NagiosSettings created will use the supplied response
timeout |
Copyright © Nov 2008–2016 JSend NSCA. All rights reserved.