Package | Description |
---|---|
co.codewizards.cloudstore.client |
Command-line client (separate program).
|
co.codewizards.cloudstore.rest.client.ssl |
SSL-specific stuff needed to secure the connection used by the REST client.
|
co.codewizards.cloudstore.rest.client.transport |
REST-based transport implementation.
|
Modifier and Type | Class and Description |
---|---|
static class |
CloudStoreClient.ConsoleDynamicX509TrustManagerCallback |
Modifier and Type | Method and Description |
---|---|
DynamicX509TrustManagerCallback |
SSLContextBuilder.getCallback() |
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.callback(DynamicX509TrustManagerCallback callback) |
void |
SSLContextBuilder.setCallback(DynamicX509TrustManagerCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected DynamicX509TrustManagerCallback |
RestRepoTransport.getDynamicX509TrustManagerCallback() |
Modifier and Type | Method and Description |
---|---|
Class<? extends DynamicX509TrustManagerCallback> |
RestRepoTransportFactory.getDynamicX509TrustManagerCallbackClass() |
Modifier and Type | Method and Description |
---|---|
void |
RestRepoTransportFactory.setDynamicX509TrustManagerCallbackClass(Class<? extends DynamicX509TrustManagerCallback> dynamicX509TrustManagerCallbackClass) |
Copyright © 2013–2019. All rights reserved.