Uses of Record Class
cloud.opencode.base.web.ratelimit.RateLimitInfo
Packages that use RateLimitInfo
-
Uses of RateLimitInfo in cloud.opencode.base.web.ratelimit
Methods in cloud.opencode.base.web.ratelimit that return RateLimitInfoModifier and TypeMethodDescriptionstatic RateLimitInfoRateLimitInfo.fromHeaders(HttpHeaders headers) Parses rate limit information from HTTP response headers.static RateLimitInfoRateLimitInfo.of(long limit, long remaining, long resetEpochSecond) Creates a RateLimitInfo instance.