A G I M O S T 
All Classes All Packages

A

addAdditionalBinding(MethodTranscodingOptions) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Adds an additional binding.

G

getAdditionalBindings() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets additional HTTP bindings for the same gRPC method.
getBody() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets the field path where the HTTP request body should be mapped in the gRPC request message.
getHttpMethod() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets the HTTP method that this binding should match.
getPath() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets the URL path template for this binding.
getResponseBody() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets the field path in the gRPC response message to use as the HTTP response body.
getSelector() - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Gets the fully-qualified name of the gRPC method to be called.

I

io.vertx.grpc.transcoding - module io.vertx.grpc.transcoding
 
io.vertx.grpc.transcoding - package io.vertx.grpc.transcoding
 

M

MethodTranscodingOptions - Class in io.vertx.grpc.transcoding
Defines configuration options for transcoding HTTP requests to gRPC service calls.
MethodTranscodingOptions() - Constructor for class io.vertx.grpc.transcoding.MethodTranscodingOptions
 
MethodTranscodingOptions(MethodTranscodingOptions) - Constructor for class io.vertx.grpc.transcoding.MethodTranscodingOptions
 

O

options() - Method in interface io.vertx.grpc.transcoding.TranscodingServiceMethod
 

S

server(ServiceMethod<Req, Resp>, MethodTranscodingOptions) - Static method in interface io.vertx.grpc.transcoding.TranscodingServiceMethod
 
server(ServiceName, String, GrpcMessageEncoder<Resp>, GrpcMessageDecoder<Req>) - Static method in interface io.vertx.grpc.transcoding.TranscodingServiceMethod
 
server(ServiceName, String, GrpcMessageEncoder<Resp>, GrpcMessageDecoder<Req>, MethodTranscodingOptions) - Static method in interface io.vertx.grpc.transcoding.TranscodingServiceMethod
 
setBody(String) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Sets the field path where the HTTP request body should be mapped in the gRPC request message.
setHttpMethod(HttpMethod) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Sets the HTTP method that this binding should match.
setPath(String) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Sets the URL path template for this binding.
setResponseBody(String) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Sets the field path in the gRPC response message to use as the HTTP response body.
setSelector(String) - Method in class io.vertx.grpc.transcoding.MethodTranscodingOptions
Set the fully-qualified name of the gRPC method to be called.

T

TranscodingServiceMethod<I,​O> - Interface in io.vertx.grpc.transcoding
 
A G I M O S T 
All Classes All Packages