Uses of Enum
io.vertx.grpc.server.GrpcProtocol
Packages that use GrpcProtocol
-
Uses of GrpcProtocol in io.vertx.grpc.server
Subclasses with type arguments of type GrpcProtocol in io.vertx.grpc.serverFields in io.vertx.grpc.server with type parameters of type GrpcProtocolModifier and TypeFieldDescriptionstatic final Set<GrpcProtocol> GrpcServerOptions.DEFAULT_ENABLED_PROTOCOLSThe default set of enabled protocols =[HTTP/2, TRANSCODING, WEB, WEB_TEXT]Methods in io.vertx.grpc.server that return GrpcProtocolModifier and TypeMethodDescriptionstatic GrpcProtocolReturns the enum constant of this type with the specified name.static GrpcProtocol[]GrpcProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.grpc.server that return types with arguments of type GrpcProtocolModifier and TypeMethodDescriptionGrpcServerOptions.getEnabledProtocols()Retrieves the set of gRPC protocols that are currently enabled for the server.Methods in io.vertx.grpc.server with parameters of type GrpcProtocolModifier and TypeMethodDescriptionGrpcServerOptions.addEnabledProtocol(GrpcProtocol protocol) Adds a gRPC protocol to the list of enabled protocols for the server.booleanGrpcServerOptions.isProtocolEnabled(GrpcProtocol protocol) Determines if the specified gRPC protocol is enabled in the current server configuration.GrpcServerOptions.removeEnabledProtocol(GrpcProtocol protocol) Removes the specified gRPC protocol from the set of enabled protocols.