Uses of Interface
com.google.genai.gaos.utils.HTTPClient
Packages that use HTTPClient
-
Uses of HTTPClient in com.google.genai.gaos
Methods in com.google.genai.gaos that return HTTPClientMethods in com.google.genai.gaos with parameters of type HTTPClientModifier and TypeMethodDescriptionGenAI.Builder.client(HTTPClient client) Allows the default HTTP client to be overridden with a custom implementation.voidSDKConfiguration.setClient(HTTPClient client) -
Uses of HTTPClient in com.google.genai.gaos.utils
Classes in com.google.genai.gaos.utils that implement HTTPClientMethods in com.google.genai.gaos.utils that return HTTPClientModifier and TypeMethodDescriptionstatic HTTPClientUtils.createTestHTTPClient(SpeakeasyHTTPClient client, String testName) static HTTPClientUtils.createTestHTTPClient(String testName) Methods in com.google.genai.gaos.utils with parameters of type HTTPClientModifier and TypeMethodDescriptionstatic <T extends SessionManager.HasSessionKey>
SessionManager.Session<T>SessionManager.requestOAuth2Token(HTTPClient client, T credentials, List<String> scopes, Map<String, String> body, Map<String, String> headers, URI tokenUri)