Package com.codename1.io.grpc


package com.codename1.io.grpc

gRPC-Web client runtime. GrpcWeb sends framed protobuf requests and parses the trailer-delimited response; ProtoCodec is the per-message encoder/decoder contract; ProtoCodecs is the runtime registry the build-time-generated codecs populate; ProtoWriter / ProtoReader are the low-level wire helpers; GrpcResponse is the typed result wrapper; GrpcClients is the per-@GrpcClient factory registry.

End-to-end usage is documented on com.codename1.annotations.grpc -- the user-facing entry point is the generated <Service>Grpc.of(baseUrl) factory rather than any class in this package directly.