Package pl.gsmservice.gateway.utils
Class Hook
- java.lang.Object
-
- pl.gsmservice.gateway.utils.Hook
-
public final class Hook extends java.lang.ObjectHolder class for hook-associated types. This class does not get instantiated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHook.AfterErrorSpecifies what happens if a request action throws an Exception.static interfaceHook.AfterErrorContextContext for an AfterError hook call.static classHook.AfterErrorContextImplstatic interfaceHook.AfterSuccessSpecifies how a response is transformed before response processing.static interfaceHook.AfterSuccessContextContext for an AfterSuccess hook call.static classHook.AfterSuccessContextImplstatic interfaceHook.BeforeRequestSpecifies how a request is transformed before sending.static interfaceHook.BeforeRequestContextContext for a BeforeRequest hook call.static classHook.BeforeRequestContextImplstatic interfaceHook.HookContextContext for a hook call.static classHook.IdempotencyHookstatic interfaceHook.SdkInitTransforms the HTTPClient before use.static classHook.SdkInitData
-