Uses of Class
org.rostore.client.RequestProperties
Packages that use RequestProperties
-
Uses of RequestProperties in org.rostore.client
Methods in org.rostore.client that return RequestPropertiesModifier and TypeMethodDescriptionRequestProperties.contentType(String contentType) Creates a base request properties for the given pathClientException.getRequestProperties()RequestProperties.options(EnumSet<RecordOption> recordOptions) RequestProperties.trackingId(String trackingId) Methods in org.rostore.client with parameters of type RequestPropertiesModifier and TypeMethodDescriptionbooleanRoStoreClient.delete(RequestProperties requestProperties) Executes a delete command<T> TRoStoreClient.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> TRoStoreClient.post(RequestProperties requestProperties, InputStream data, Function<org.apache.hc.client5.http.impl.classic.CloseableHttpResponse, T> deserializer) Executes a post request on the rostore<T> TRoStoreClient.put(RequestProperties requestProperties, InputStream data, Function<org.apache.hc.client5.http.impl.classic.CloseableHttpResponse, T> deserializer) Executes a put request on the rostoreConstructors in org.rostore.client with parameters of type RequestPropertiesModifierConstructorDescriptionClientException(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)