Serialized Form
-
Package net.targetr.rc.client
-
Exception Class net.targetr.rc.client.ClientCommandException
class ClientCommandException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.targetr.rc.monitoring.health
-
Class net.targetr.rc.monitoring.health.HealthStat
- serialVersionUID:
- 1L
-
-
Package net.targetr.rc.monitoring.logs.http
-
Class net.targetr.rc.monitoring.logs.http.HttpRequestLogEntry
- serialVersionUID:
- 1L
-
-
Package net.targetr.rc.monitoring.logs.websocket
-
Class net.targetr.rc.monitoring.logs.websocket.WebSocketFrameLogEntry
- serialVersionUID:
- 1L
-
-
Package net.targetr.wtm3.net.tls
-
Class net.targetr.wtm3.net.tls.DomainSetup
class DomainSetup extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acmeAuthorization
String acmeAuthorization
An authorisation code to complete validation. -
acmeFailures
int acmeFailures
The number of failures setting up the domain. Used for throttling retries. -
acmeRetryMillis
long acmeRetryMillis
The time to wait until next retry. -
acmeToken
String acmeToken
A token used for domain validation. -
certificateChain
X509Certificate[] certificateChain
The full certificate chain -
domain
String domain
The domain name or address this configuration is for. -
privateKey
PrivateKey privateKey
The private key to use with the certificate. -
selfSigned
boolean selfSigned
True if this domain is only self signed and not trusted.
-
-