Package | Description |
---|---|
io.vertx.grpc.server | |
io.vertx.reactivex.grpc.server | |
io.vertx.rxjava.grpc.server | |
io.vertx.rxjava3.grpc.server |
Modifier and Type | Method and Description |
---|---|
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.drainHandler(Handler<Void> handler) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.encoding(String encoding) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.exceptionHandler(Handler<Throwable> handler) |
GrpcServerResponse<Req,Resp> |
GrpcServerRequest.response() |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.setWriteQueueMaxSize(int maxSize) |
GrpcServerResponse<Req,Resp> |
GrpcServerResponse.status(GrpcStatus status)
Set the grpc status response
|
Modifier and Type | Method and Description |
---|---|
GrpcServerResponse |
GrpcServerResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg) |
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerResponse(GrpcServerResponse delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServerResponse |
GrpcServerResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg) |
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerResponse(GrpcServerResponse delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcServerResponse |
GrpcServerResponse.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg) |
static <Req,Resp> GrpcServerResponse<Req,Resp> |
GrpcServerResponse.newInstance(GrpcServerResponse arg,
io.vertx.lang.rx.TypeArg<Req> __typeArg_Req,
io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) |
Constructor and Description |
---|
GrpcServerResponse(GrpcServerResponse delegate) |
Copyright © 2023 Eclipse. All rights reserved.