Registry / networking / grpc-okhttp

grpc-okhttp

JSON →
library1.80.0javamavenunverified

OkHttp-based transport implementation for gRPC Java, providing HTTP/2 client connectivity.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-okhttp</artifactId> <version>1.80.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-OKHTTP
G
grpc-okhttp
networkingjavav1.80.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.

OkHttpChannelBuilder
io.grpc.okhttp.OkHttpChannelBuilder

Create a gRPC channel using OkHttp transport

import io.grpc.okhttp.OkHttpChannelBuilder; import io.grpc.ManagedChannel; ManagedChannel channel = OkHttpChannelBuilder.forAddress("localhost", 8080).build();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.80.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
grpc-okhttp — mvn dependency:get grpc-okhttp · libregistry