| Class and Description |
|---|
| AttributeMap
A map from
AttributeMap.Key<T> to T that ensures the values stored with a key matches the type associated with
the key. |
| AttributeMap.Builder |
| AttributeMap.Key
An abstract class extended by pseudo-enums defining the key for data that is stored in the
AttributeMap. |
| AttributeMap.Key.UnsafeValueType
Useful for parameterized types.
|
| ConditionalDecorator
An interface that defines a class that contains a transform for another type as well as a condition for whether
that transform should be applied.
|
| Either
Represents a value that can be one of two types.
|
| FunctionalUtils.UnsafeConsumer
Equivalent of
Consumer that throws a checked exception. |
| FunctionalUtils.UnsafeFunction
Equivalent of
Function that throws a checked exception. |
| FunctionalUtils.UnsafeRunnable
Equivalent of
Runnable that throws a checked exception. |
| FunctionalUtils.UnsafeSupplier
Equivalent of
Supplier that throws a checked exception. |
| ImmutableMap
An immutable map that could be built by convenient constructors.
|
| ImmutableMap.Builder
A convenient builder for creating ImmutableMap instances.
|
| JavaSystemSetting
The system properties usually provided by the Java runtime.
|
| Lazy
A class that lazily constructs a value the first time
Lazy.getValue() is invoked. |
| Logger |
| Pair
Simple struct of two values, possibly of different types.
|
| ProxyConfigProvider
Interface for providing proxy configuration settings.
|
| ProxyEnvironmentSetting
An enumeration representing environment settings related to proxy configuration.
|
| ProxySystemSetting
The system properties related to http and https proxies
|
| SdkAutoCloseable
An implementation of
AutoCloseable that does not throw any checked exceptions. |
| SystemSetting
An interface implemented by enums in other packages in order to define the system settings the want loaded.
|
| ThreadFactoryBuilder
A builder for creating a thread factory.
|
| ToString
A class to standardize implementations of
Object.toString() across the SDK. |
| Class and Description |
|---|
| CancellableOutputStream
An implementation of
OutputStream to which writing can be CancellableOutputStream.cancel()ed. |
| SdkAutoCloseable
An implementation of
AutoCloseable that does not throw any checked exceptions. |
| Class and Description |
|---|
| SdkAutoCloseable
An implementation of
AutoCloseable that does not throw any checked exceptions. |
| Class and Description |
|---|
| ConditionalDecorator
An interface that defines a class that contains a transform for another type as well as a condition for whether
that transform should be applied.
|
| SystemSetting
An interface implemented by enums in other packages in order to define the system settings the want loaded.
|
| Class and Description |
|---|
| ProxyConfigProvider
Interface for providing proxy configuration settings.
|
Copyright © 2023. All rights reserved.