All the settings available to configure for this implementation
Type | Name and description |
---|---|
java.lang.String |
ARGUMENT_INTERCEPTOR The interceptor argument |
java.lang.String |
ARGUMENT_LOGGER_LEVEL The logLevel argument |
java.lang.String |
ARGUMENT_LOGGER_NAME The logLevel argument |
java.lang.String |
ARGUMENT_METHOD The method argument |
java.lang.String |
ARGUMENT_QUERY_TYPE The queryType argument |
java.lang.String |
ARGUMENT_READ_TIMEOUT The readTimeout argument |
java.lang.String |
ARGUMENT_URI The uri argument |
java.lang.String |
DEFAULT_EXPAND_PARAMETER The default name of the expand parameter |
java.lang.String |
DEFAULT_MAX_PARAMETER The default name of the max parameter |
java.lang.String |
DEFAULT_OFFSET_PARAMETER The default name of the offset parameter |
java.lang.String |
DEFAULT_ORDER_PARAMETER The default name of the order parameter |
java.lang.String |
DEFAULT_QUERY_PARAMETER The default name of the query parameter |
java.lang.String |
DEFAULT_SORT_PARAMETER The default name of the sort parameter |
java.lang.String |
PREFIX The configuration prefix |
java.lang.String |
SETTING_ALLOW_BLOCKING_OPERATIONS Configure whether blocking operations are allowed |
java.lang.String |
SETTING_CHARSET The character encoding to use |
java.lang.String |
SETTING_CODECS The org.bson.codecs.Codec instances to use |
java.lang.String |
SETTING_CONNECTIONS Setting for multiple connections |
java.lang.String |
SETTING_EXPAND_PARAMETER The name of the parameter used to expand nested resources |
java.lang.String |
SETTING_HOST The default host to connect to |
java.lang.String |
SETTING_HOSTS The hosts to connect to in a load balanced configuration |
java.lang.String |
SETTING_INTERCEPTORS The RequestInterceptor instances to use |
java.lang.String |
SETTING_LOAD_BALANCE_STRATEGY The io.reactivex.netty.client.loadbalancer.LoadBalancingStrategy to use (only applicable to multiple host configurations) |
java.lang.String |
SETTING_LOG_LEVEL The default wire log level |
java.lang.String |
SETTING_LOG_NAME The default wire log name |
java.lang.String |
SETTING_MAX_PARAMETER The name of the parameter used to send to restrict the maximum number of results |
java.lang.String |
SETTING_OFFSET_PARAMETER The name of the parameter used to send to provide the offset for pagination |
java.lang.String |
SETTING_ORDER_PARAMETER The name of the parameter used to send the order (descending or ascending) to the server |
java.lang.String |
SETTING_PASSWORD The password to use for BASIC auth |
java.lang.String |
SETTING_POOL_OPTIONS The configuration options to create the io.reactivex.netty.client.pool.PoolConfig with (only applicable to single host configurations) |
java.lang.String |
SETTING_QUERY_PARAMETER The name of the parameter used to send the query when using "bson" query type |
java.lang.String |
SETTING_QUERY_TYPE The type of query implementation to use. |
java.lang.String |
SETTING_READ_TIMEOUT The default read timeout |
java.lang.String |
SETTING_SORT_PARAMETER The name of the parameter used to send the property to sort by to the server |
java.lang.String |
SETTING_SSL_PROVIDER The SSL provider |
java.lang.String |
SETTING_SSL_SESSION_CACHE_SIZE The SSL session cache size |
java.lang.String |
SETTING_SSL_SESSION_TIMEOUT The SSL session timeout |
java.lang.String |
SETTING_SSL_TRUST_MANAGER_FACTORY The SSL TrustManagerFactory |
java.lang.String |
SETTING_UPDATE_METHOD The default HTTP method to use for updates. |
java.lang.String |
SETTING_USERNAME The username to ues for BASIC auth |
The interceptor argument
The logLevel argument
The logLevel argument
The method argument
The queryType argument
The readTimeout argument
The uri argument
The default name of the expand parameter
The default name of the max parameter
The default name of the offset parameter
The default name of the order parameter
The default name of the query parameter
The default name of the sort parameter
The configuration prefix
Configure whether blocking operations are allowed
The character encoding to use
The org.bson.codecs.Codec instances to use
Setting for multiple connections
The name of the parameter used to expand nested resources
The default host to connect to
The hosts to connect to in a load balanced configuration
The RequestInterceptor instances to use
The io.reactivex.netty.client.loadbalancer.LoadBalancingStrategy to use (only applicable to multiple host configurations)
The default wire log level
The default wire log name
The name of the parameter used to send to restrict the maximum number of results
The name of the parameter used to send to provide the offset for pagination
The name of the parameter used to send the order (descending or ascending) to the server
The password to use for BASIC auth
The configuration options to create the io.reactivex.netty.client.pool.PoolConfig with (only applicable to single host configurations)
The name of the parameter used to send the query when using "bson" query type
The type of query implementation to use. Either "simple" or "bson"
The default read timeout
The name of the parameter used to send the property to sort by to the server
The SSL provider
The SSL session cache size
The SSL session timeout
The SSL TrustManagerFactory
The default HTTP method to use for updates. Defaults to PUT
The username to ues for BASIC auth