Registry / networking / gax-httpjson

gax-httpjson

JSON →
library2.77.0javamavenunverified

Google API Extensions for Java providing HTTP JSON transport support for gRPC-based client libraries.

<dependency> <groupId>com.google.api</groupId> <artifactId>gax-httpjson</artifactId> <version>2.77.0</version> </dependency>
INSTALL
IMPORT
SIG · GAX-HTTPJSON
G
gax-httpjson
networkingjavav2.77.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpJsonCallOptions
com.google.api.gax.httpjson.HttpJsonCallOptions

Sets up an HTTP JSON transport channel using GAX.

import com.google.api.gax.httpjson.HttpJsonCallOptions; import com.google.api.gax.httpjson.HttpJsonTransportChannel; import com.google.api.gax.rpc.TransportChannelProvider; public class GaxHttpJsonExample { public static void main(String[] args) { TransportChannelProvider provider = HttpJsonTransportChannel.newBuilder().build(); HttpJsonCallOptions callOptions = HttpJsonCallOptions.newBuilder().build(); System.out.println("GAX HTTPJSON setup complete"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.77.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
gax-httpjson — mvn dependency:get gax-httpjson · libregistry