Uses of Enum
io.vertx.grpc.common.GrpcStatus
Packages that use GrpcStatus
Package
Description
-
Uses of GrpcStatus in io.vertx.grpc.client
Methods in io.vertx.grpc.client that return GrpcStatusModifier and TypeMethodDescriptionInvalidStatusException.actualStatus()InvalidStatusException.expectedStatus()GrpcClientResponse.status()Constructors in io.vertx.grpc.client with parameters of type GrpcStatus -
Uses of GrpcStatus in io.vertx.grpc.common
Subclasses with type arguments of type GrpcStatus in io.vertx.grpc.commonFields in io.vertx.grpc.common declared as GrpcStatusMethods in io.vertx.grpc.common that return GrpcStatusModifier and TypeMethodDescriptionstatic GrpcStatusGrpcStatus.fromHttpStatusCode(int sc) Map an HTTP status code to a gRPC status, see spec.GrpcErrorException.status()static GrpcStatusGrpcStatus.valueOf(int code) Returns the enum constant of this type with the specified name.static GrpcStatusReturns the enum constant of this type with the specified name.static GrpcStatus[]GrpcStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.vertx.grpc.common with parameters of type GrpcStatus -
Uses of GrpcStatus in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcStatusMethods in io.vertx.grpc.server with parameters of type GrpcStatusModifier and TypeMethodDescriptionGrpcServerResponse.status(GrpcStatus status) Set the grpc status responseConstructors in io.vertx.grpc.server with parameters of type GrpcStatusModifierConstructorDescriptionStatusException(GrpcStatus status) StatusException(GrpcStatus status, String message) -
Uses of GrpcStatus in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return GrpcStatus -
Uses of GrpcStatus in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcStatusModifier and TypeMethodDescriptionGrpcServerResponse.status(GrpcStatus status) Set the grpc status response -
Uses of GrpcStatus in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return GrpcStatus -
Uses of GrpcStatus in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcStatusModifier and TypeMethodDescriptionGrpcServerResponse.status(GrpcStatus status) Set the grpc status response