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.commonMethods 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(GrpcClient client, SocketAddress host, WireFormat wireFormat) Create and return a EventBusBridge gRPC service client.static EventBusBridgeGrpcClientEventBusBridgeGrpcClient.create(ServiceInvoker client, WireFormat wireFormat) Create and return a EventBusBridge gRPC service client. -
Uses of WireFormat in io.vertx.grpc.server
Methods in io.vertx.grpc.server with parameters of type WireFormat -
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