Class BinaryEndpoint<RequestT>
java.lang.Object
co.elastic.clients.transport.endpoints.EndpointBase<RequestT,BinaryResponse>
co.elastic.clients.transport.endpoints.BinaryEndpoint<RequestT>
- All Implemented Interfaces:
Endpoint<RequestT,
BinaryResponse, ErrorResponse>
-
Field Summary
Fields inherited from class co.elastic.clients.transport.endpoints.EndpointBase
body, headers, id, method, pathParameters, queryParameters, requestUrl
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryEndpoint
(String id, Function<RequestT, String> method, Function<RequestT, String> requestUrl, Function<RequestT, Map<String, String>> pathParameters, Function<RequestT, Map<String, String>> queryParameters, Function<RequestT, Map<String, String>> headers, boolean hasRequestBody, Object ignored) BinaryEndpoint
(String id, Function<RequestT, String> method, Function<RequestT, String> requestUrl, Function<RequestT, Map<String, String>> pathParameters, Function<RequestT, Map<String, String>> queryParameters, Function<RequestT, Map<String, String>> headers, Function<RequestT, Object> body, Object ignored) -
Method Summary
Modifier and TypeMethodDescriptionboolean
isError
(int statusCode) Is this status code to be considered as an error?Methods inherited from class co.elastic.clients.transport.endpoints.EndpointBase
body, emptyMap, errorDeserializer, headers, id, method, noPathTemplateFound, pathEncode, pathParameters, queryParameters, requestUrl, returnSelf, withResponseDeserializer
-
Constructor Details
-
BinaryEndpoint
public BinaryEndpoint(String id, Function<RequestT, String> method, Function<RequestT, String> requestUrl, Function<RequestT, Map<String, String>> pathParameters, Function<RequestT, Map<String, String>> queryParameters, Function<RequestT, Map<String, String>> headers, Function<RequestT, Object> body, Object ignored) -
BinaryEndpoint
public BinaryEndpoint(String id, Function<RequestT, String> method, Function<RequestT, String> requestUrl, Function<RequestT, Map<String, String>> pathParameters, Function<RequestT, Map<String, String>> queryParameters, Function<RequestT, Map<String, String>> headers, boolean hasRequestBody, Object ignored)
-
-
Method Details
-
isError
public boolean isError(int statusCode) Description copied from interface:Endpoint
Is this status code to be considered as an error?- Specified by:
isError
in interfaceEndpoint<RequestT,
BinaryResponse, ErrorResponse> - Overrides:
isError
in classEndpointBase<RequestT,
BinaryResponse>
-