Package | Description |
---|---|
com.ibm.cloud.objectstorage.handlers | |
com.ibm.cloud.objectstorage.monitoring.internal |
Modifier and Type | Class and Description |
---|---|
class |
CredentialsRequestHandler
Deprecated.
Use of this class to retrieve the credentials is unsafe in
multithreading scenarios. If a client is used across multiple threads,
there's a possibility of running into a race condition where one handler
might access the credentials through the reference as another thread is
updating it. Retrieve the credentials from the handler context instead using
the
HandlerContextKey.AWS_CREDENTIALS key. |
class |
RequestHandler2
Interface for addition request handling in clients.
|
class |
StackedRequestHandler
Composite
RequestHandler2 to execute a chain of RequestHandler2 implementations
in stack order. |
Modifier and Type | Class and Description |
---|---|
class |
ClientSideMonitoringRequestHandler
Client Side Monitoring Request Handler to generate monitoring events and send them to agent listener.
|
Copyright © 2024. All rights reserved.