Uses of Record Class
net.ygbstudio.jbrave.api.rate.XRateLimitPolicy
Packages that use XRateLimitPolicy
Package
Description
-
Uses of XRateLimitPolicy in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return types with arguments of type XRateLimitPolicyModifier and TypeMethodDescriptiondefault Optional<XRateLimitPolicy> BraveQueryBuilder.getRateLimitPolicy()Returns the rate limit policy from the HTTP response. -
Uses of XRateLimitPolicy in net.ygbstudio.jbrave.api.rate
Methods in net.ygbstudio.jbrave.api.rate that return types with arguments of type XRateLimitPolicyModifier and TypeMethodDescriptionstatic <T> Optional<XRateLimitPolicy> XRateLimitPolicy.from(@NotNull HttpResponse<T> httpResponse) Extracts the rate limit policy from the HTTP Response. -
Uses of XRateLimitPolicy in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type XRateLimitPolicyModifier and TypeMethodDescriptionRateLimitResponse.xRateLimitPolicy()Returns the value of thexRateLimitPolicyrecord component.