| Package | Description |
|---|---|
| org.apache.knox.gateway.shell |
| Modifier and Type | Method and Description |
|---|---|
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.bufferSize(int size) |
ClientContext.ConnectionContext |
ClientContext.connection() |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.requestSentRetryEnabled(boolean retryNonIdempotent)
true if it's OK to retry requests that have been sent
|
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.retryCount(int retryCount)
Number of retries, after a failure, before giving up.
|
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.retryIntervalMillis(int msec) |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.secure(boolean value) |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.staleChecking(boolean value) |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.timeout(int timeout) |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.withPublicCertPem(String endpointPublicCertPem) |
ClientContext.ConnectionContext |
ClientContext.ConnectionContext.withTruststore(String truststoreLocation,
String truststorePass) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.