Package | Description |
---|---|
com.hazelcast.spi.utils |
Contains utils classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
static RestClient |
RestClient.create(String url) |
RestClient |
RestClient.expectResponseCodes(Integer... codes) |
RestClient |
RestClient.withBody(String body) |
RestClient |
RestClient.withCaCertificates(String caCertificate) |
RestClient |
RestClient.withConnectTimeoutSeconds(int connectTimeoutSeconds) |
RestClient |
RestClient.withHeader(String name,
String value) |
RestClient |
RestClient.withHeaders(Map<String,String> headers) |
RestClient |
RestClient.withReadTimeoutSeconds(int readTimeoutSeconds) |
RestClient |
RestClient.withRetries(int retries) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.