Uses of Record Class
bg.codexio.ai.openai.api.http.HttpTimeout
Packages that use HttpTimeout
-
Uses of HttpTimeout in bg.codexio.ai.openai.api.http
Methods in bg.codexio.ai.openai.api.http that return HttpTimeoutModifier and TypeMethodDescriptionHttpTimeouts.call()Returns the value of thecallrecord component.HttpTimeouts.connect()Returns the value of theconnectrecord component.HttpTimeouts.read()Returns the value of thereadrecord component.Constructors in bg.codexio.ai.openai.api.http with parameters of type HttpTimeoutModifierConstructorDescriptionHttpTimeouts(HttpTimeout call, HttpTimeout connect, HttpTimeout read) Creates an instance of aHttpTimeoutsrecord class.