Uses of Class
org.rostore.client.RequestProperties
-
Uses of RequestProperties in org.rostore.client
Modifier and TypeMethodDescriptionRequestProperties.contentType
(String contentType) Creates a base request properties for the given pathClientException.getRequestProperties()
RequestProperties.options
(EnumSet<RecordOption> recordOptions) RequestProperties.trackingId
(String trackingId) Modifier and TypeMethodDescriptionboolean
RoStoreClient.delete
(RequestProperties requestProperties) Executes a delete command<T> T
RoStoreClient.get
(RequestProperties requestProperties, Function<org.apache.hc.client5.http.impl.classic.CloseableHttpResponse, T> deserializer) Executes a get request on the rostorebyte[]
RoStoreClient.getBytes
(RequestProperties requestProperties) Executes the request on rostore and return the response as byte arrayRoStoreClient.getString
(RequestProperties requestProperties) Executes the request on rostore and return the response as string (UTF-8)<T> T
RoStoreClient.post
(RequestProperties requestProperties, InputStream data, Function<org.apache.hc.client5.http.impl.classic.CloseableHttpResponse, T> deserializer) Executes a post request on the rostore<T> T
RoStoreClient.put
(RequestProperties requestProperties, InputStream data, Function<org.apache.hc.client5.http.impl.classic.CloseableHttpResponse, T> deserializer) Executes a put request on the rostoreModifierConstructorDescriptionClientException
(String message, RequestProperties requestProperties) ClientException
(String message, RequestProperties requestProperties, String trackingId, String serverMessage) ClientException
(String message, RequestProperties requestProperties, String trackingId, String serverMessage, Throwable throwable) ClientException
(String message, RequestProperties requestProperties, Throwable throwable) VersionConflictException
(String message, RequestProperties requestProperties)