Registry / networking / grpc-netty-shaded

grpc-netty-shaded

JSON →
library1.82.0javamavenunverified

Shaded Netty transport for gRPC, providing a self-contained gRPC client/server implementation.

<dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty-shaded</artifactId> <version>1.82.0</version> </dependency>
INSTALL
IMPORT
SIG · GRPC-NETTY-SHADED
G
grpc-netty-shaded
networkingjavav1.82.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.

ManagedChannelBuilder
io.grpc.ManagedChannelBuilder

Minimal usage of gRPC Netty channel to connect to a server.

import io.grpc.ManagedChannelBuilder; import io.grpc.ManagedChannel; public class Main { public static void main(String[] args) { ManagedChannel channel = ManagedChannelBuilder.forAddress("localhost", 8080) .usePlaintext() .build(); System.out.println("Channel created"); } }
Debug
Known issues
gotchaShaded artifact may conflict with other Netty versions; use grpc-netty instead if you manage Netty separately.
fix
Use io.grpc:grpc-netty instead of shaded version to avoid classpath issues.
affects: all
Upgrade
Version history
1.82.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
grpc-netty-shaded — mvn dependency:get grpc-netty-shaded · libregistry