Uses of Class
com.guinetik.rr.RocketRestOptions
-
Packages that use RocketRestOptions Package Description com.guinetik.rr com.guinetik.rr.api com.guinetik.rr.http com.guinetik.rr.util -
-
Uses of RocketRestOptions in com.guinetik.rr
Methods in com.guinetik.rr that return RocketRestOptions Modifier and Type Method Description RocketRestOptionsRocketRestConfig. getDefaultOptions()Gets the default client options for clients created with this config.RocketRestOptionsRocketRestOptions. set(String key, Object value)Sets an option value.Method parameters in com.guinetik.rr with type arguments of type RocketRestOptions Modifier and Type Method Description RocketRestConfig.BuilderRocketRestConfig.Builder. defaultOptions(Consumer<RocketRestOptions> optionsConfigurer)Sets default client options that will be used by clients created with this config.RocketRestSecureConfig.SecureBuilderRocketRestSecureConfig.SecureBuilder. defaultOptions(Consumer<RocketRestOptions> optionsConfigurer) -
Uses of RocketRestOptions in com.guinetik.rr.api
Fields in com.guinetik.rr.api declared as RocketRestOptions Modifier and Type Field Description protected RocketRestOptionsAbstractApiClient. options -
Uses of RocketRestOptions in com.guinetik.rr.http
Methods in com.guinetik.rr.http that return RocketRestOptions Modifier and Type Method Description RocketRestOptionsDefaultHttpClient. getClientOptions()Gets the client options.RocketRestOptionsFluentHttpClient. getClientOptions()Gets the client options.Methods in com.guinetik.rr.http with parameters of type RocketRestOptions Modifier and Type Method Description RocketClientFactory.BuilderRocketClientFactory.Builder. withOptions(RocketRestOptions options)Sets the client options.Constructors in com.guinetik.rr.http with parameters of type RocketRestOptions Constructor Description AsyncHttpClient(String baseUrl, RocketRestOptions clientOptions, ExecutorService executor)Creates a new AsyncHttpClient with a DefaultHttpClient as the delegate and client options.DefaultHttpClient(String baseUrl, RocketRestOptions clientOptions)Creates a new DefaultHttpClient with the specified base URL and client options.FluentHttpClient(RocketClient delegate, String baseUrl, RocketRestOptions clientOptions)Creates a new FluentHttpClient that delegates to the specified RocketClient.FluentHttpClient(String baseUrl, RocketRestOptions clientOptions)Creates a new FluentHttpClient with the specified base URL and client options. -
Uses of RocketRestOptions in com.guinetik.rr.util
Methods in com.guinetik.rr.util with parameters of type RocketRestOptions Modifier and Type Method Description static voidResponseLogger. logRawResponse(int statusCode, Map<String,String> headers, RocketRestOptions clientOptions)Logs the raw HTTP response if enabled in the client options.static voidResponseLogger. logResponseBody(String responseBody, RocketRestOptions clientOptions)Logs the response body if enabled in the client options.
-