Package com.styra.opa.openapi.utils
package com.styra.opa.openapi.utils
-
ClassDescriptionExponential Backoff Strategy with Jitter The duration between consecutive attempts is calculated as follows: intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r) where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.EventStream<T>Converts CR-LF, LF, CR to LFImplemented by classes that have security annotations on fields.Public helper methods for use by customers and end-users.Holder class for hook-associated types.Specifies what happens if a request action throws an Exception.Context for an AfterError hook call.Specifies how a response is transformed before response processing.Context for an AfterSuccess hook call.Specifies how a request is transformed before sending.Context for a BeforeRequest hook call.Context for a hook call.Transforms the HTTPClient before use.Registers hooks for use at runtime by an end-user or for use by a customer that may edit the SDKHooks.java file.SessionManager<T extends SessionManager.HasSessionKey>Utils.Function<S,
T>