Class ApacheHttpClient5Options
java.lang.Object
org.opensearch.client.transport.httpclient5.ApacheHttpClient5Options
- All Implemented Interfaces:
TransportOptions
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.opensearch.client.transport.TransportOptions
TransportOptions.BuilderImpl, TransportOptions.DefaultImpl -
Field Summary
Fields -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.transport.TransportOptions
with
-
Field Details
-
DEFAULT
Default request options.
-
-
Method Details
-
getHttpAsyncResponseConsumerFactory
-
getWarningsHandler
-
getRequestConfig
public org.apache.hc.client5.http.config.RequestConfig getRequestConfig() -
headers
- Specified by:
headersin interfaceTransportOptions
-
queryParameters
- Specified by:
queryParametersin interfaceTransportOptions
-
onWarnings
- Specified by:
onWarningsin interfaceTransportOptions
-
toBuilder
- Specified by:
toBuilderin interfaceTransportOptions
-