Uses of Enum
io.vertx.grpc.common.WireFormat
Packages that use WireFormat
Package
Description
-
Uses of WireFormat in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type WireFormat -
Uses of WireFormat in io.vertx.grpc.common
Subclasses with type arguments of type WireFormat in io.vertx.grpc.commonModifier and TypeClassDescriptionenumThe serialization format of gRPC messages on the wire.Methods in io.vertx.grpc.common that return WireFormatModifier and TypeMethodDescriptionGrpcMessage.format()GrpcReadStream.format()static WireFormatGrpcMediaType.parseContentType(String contentType, String mediaType) static WireFormatReturns the enum constant of this type with the specified name.static WireFormat[]WireFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.grpc.common with parameters of type WireFormatModifier and TypeMethodDescriptionbooleanGrpcMessageDecoder.accepts(WireFormat format) Determines whether the givenWireFormatis supported by this decoder.booleanGrpcMessageEncoder.accepts(WireFormat format) GrpcMessageEncoder.encode(T msg, WireFormat format) GrpcWriteStream.format(WireFormat format) Set the stream format, e.g.static GrpcMessageGrpcMessage.message(String encoding, WireFormat format, Buffer payload) -
Uses of WireFormat in io.vertx.grpc.event.v1alpha
Methods in io.vertx.grpc.event.v1alpha with parameters of type WireFormatModifier and TypeMethodDescriptionstatic EventBusBridgeGrpcClientEventBusBridgeGrpcClient.create(GrpcClientRequestProvider client, WireFormat wireFormat) Create and return a EventBusBridge gRPC service client.static EventBusBridgeGrpcClientEventBusBridgeGrpcClient.create(GrpcClient client, SocketAddress host, WireFormat wireFormat) Create and return a EventBusBridge gRPC service client. -
Uses of WireFormat in io.vertx.grpc.server
Fields in io.vertx.grpc.server with type parameters of type WireFormatModifier and TypeFieldDescriptionstatic final Set<WireFormat> GrpcServerOptions.DEFAULT_ENABLED_FORMATSThe default set of enabled wire formats =[PROTOBUF, JSON]Methods in io.vertx.grpc.server that return WireFormatModifier and TypeMethodDescriptionabstract WireFormatGrpcProtocol.wireFormat(String mediaType) The wire format adapted for theMethods in io.vertx.grpc.server that return types with arguments of type WireFormatMethods in io.vertx.grpc.server with parameters of type WireFormatModifier and TypeMethodDescriptionGrpcServerOptions.addEnabledFormat(WireFormat format) Enables a wire format.GrpcServerResponse.format(WireFormat format) Deprecated, for removal: This API element is subject to removal in a future version.this method should not be used, the response format must match the request formatGrpcServerOptions.removeEnabledFormat(WireFormat format) Removes the specified wire format from the set of enabled formats. -
Uses of WireFormat in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type WireFormat -
Uses of WireFormat in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common that return WireFormatMethods in io.vertx.reactivex.grpc.common with parameters of type WireFormatModifier and TypeMethodDescriptionGrpcWriteStream.format(WireFormat format) Set the stream format, e.g. -
Uses of WireFormat in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server with parameters of type WireFormat -
Uses of WireFormat in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type WireFormat -
Uses of WireFormat in io.vertx.rxjava3.grpc.common
Methods in io.vertx.rxjava3.grpc.common that return WireFormatMethods in io.vertx.rxjava3.grpc.common with parameters of type WireFormatModifier and TypeMethodDescriptionGrpcWriteStream.format(WireFormat format) Set the stream format, e.g. -
Uses of WireFormat in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server with parameters of type WireFormat