Uses of Class
io.vertx.rxjava.grpc.common.GrpcMessageDecoder
-
Packages that use GrpcMessageDecoder Package Description io.vertx.rxjava.grpc.common -
-
Uses of GrpcMessageDecoder in io.vertx.rxjava.grpc.common
Fields in io.vertx.rxjava.grpc.common declared as GrpcMessageDecoder Modifier and Type Field Description static GrpcMessageDecoder<Buffer>
GrpcMessageDecoder. GZIP
static GrpcMessageDecoder<Buffer>
GrpcMessageDecoder. IDENTITY
Fields in io.vertx.rxjava.grpc.common with type parameters of type GrpcMessageDecoder Modifier and Type Field Description static TypeArg<GrpcMessageDecoder>
GrpcMessageDecoder. __TYPE_ARG
Methods in io.vertx.rxjava.grpc.common that return GrpcMessageDecoder Modifier and Type Method Description static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg)
static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg, TypeArg<T> __typeArg_T)
static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. unmarshaller(io.grpc.MethodDescriptor.Marshaller<T> desc)
-