Uses of Class
com.guinetik.rr.RocketRestConfig
-
Packages that use RocketRestConfig Package Description com.guinetik.rr com.guinetik.rr.api com.guinetik.rr.auth com.guinetik.rr.http -
-
Uses of RocketRestConfig in com.guinetik.rr
Subclasses of RocketRestConfig in com.guinetik.rr Modifier and Type Class Description classRocketRestSecureConfigExtended configuration forRocketRestclients requiring custom SSL/TLS certificates.Methods in com.guinetik.rr that return RocketRestConfig Modifier and Type Method Description RocketRestConfigRocketRestConfig.Builder. build()Builds a new RocketRestConfig instance.Constructors in com.guinetik.rr with parameters of type RocketRestConfig Constructor Description RocketRest(RocketRestConfig config)Creates a newRocketRestinstance.RocketRest(String baseUrl, RocketRestConfig config)Creates a newRocketRestinstance with a specific base URL.RocketRestMock(RocketRestConfig config)Creates a new mock client instance. -
Uses of RocketRestConfig in com.guinetik.rr.api
Fields in com.guinetik.rr.api declared as RocketRestConfig Modifier and Type Field Description protected RocketRestConfigAbstractApiClient. configConstructors in com.guinetik.rr.api with parameters of type RocketRestConfig Constructor Description AbstractApiClient(String baseUrl, RocketRestConfig config, RocketClient httpClient)Creates a new API client.AsyncApiClient(String baseUrl, RocketRestConfig config, AsyncHttpClient asyncClient)Creates a new AsyncApiClient with the specified base URL, configuration, and a pre-configured AsyncHttpClient instance.AsyncApiClient(String baseUrl, RocketRestConfig config, ExecutorService executor)Creates a new AsyncApiClient with the specified base URL, configuration, and executor.DefaultApiClient(String baseUrl, RocketRestConfig config)Creates a new DefaultApiClient with the specified base URL and configuration.DefaultApiClient(String baseUrl, RocketRestConfig config, RocketClient client)Creates a new DefaultApiClient with the specified base URL, configuration and a custom client.FluentApiClient(String baseUrl, RocketRestConfig config)Creates a new FluentApiClient with the specified base URL and configuration.FluentApiClient(String baseUrl, RocketRestConfig config, FluentHttpClient fluentClient)Creates a new FluentApiClient with the specified base URL, configuration, and a pre-configured FluentHttpClient instance. -
Uses of RocketRestConfig in com.guinetik.rr.auth
Methods in com.guinetik.rr.auth with parameters of type RocketRestConfig Modifier and Type Method Description static booleanRocketSSL. configureSsl(RocketClient client, RocketRestConfig config)Configures SSL for a client if the provided config implements SSLAware and has a custom certificate enabled. -
Uses of RocketRestConfig in com.guinetik.rr.http
Methods in com.guinetik.rr.http with parameters of type RocketRestConfig Modifier and Type Method Description static RocketClientRocketClientFactory. createDefaultClient(RocketRestConfig config)Creates a default HTTP client with the given config.static FluentHttpClientRocketClientFactory. createFluentClient(RocketRestConfig config)Creates a fluent HTTP client with the given config.static RocketClientFactory.BuilderRocketClientFactory. fromConfig(RocketRestConfig config)Creates a builder from an existing RocketRestConfig.Method parameters in com.guinetik.rr.http with type arguments of type RocketRestConfig Modifier and Type Method Description static voidRocketClientFactory. setClientProvider(UnaryOperator<RocketRestConfig> provider)Sets a custom client provider for testing/mocking.
-