Skip navigation links
C D E F G H I L M N P R S T U V W 

C

cancel() - Method in interface io.vertx.grpc.common.GrpcWriteStream
Cancel the stream.
code - Variable in enum io.vertx.grpc.common.GrpcStatus
 
CodecException - Exception in io.vertx.grpc.common
An encoding/decoding exception.
CodecException() - Constructor for exception io.vertx.grpc.common.CodecException
 
CodecException(String) - Constructor for exception io.vertx.grpc.common.CodecException
 
CodecException(String, Throwable) - Constructor for exception io.vertx.grpc.common.CodecException
 
CodecException(Throwable) - Constructor for exception io.vertx.grpc.common.CodecException
 
CodecException(String, Throwable, boolean, boolean) - Constructor for exception io.vertx.grpc.common.CodecException
 
collecting(Collector<T, A, R>) - Method in interface io.vertx.grpc.common.GrpcReadStream
 
create(String) - Static method in interface io.vertx.grpc.common.ServiceName
Create a service name from its fully qualified name, e.g com.examples.MyService
create(String, String) - Static method in interface io.vertx.grpc.common.ServiceName
Create a service name from its package name and name

D

decode(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcMessageDecoder
 
drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.common.GrpcWriteStream
 

E

encode(T) - Method in interface io.vertx.grpc.common.GrpcMessageEncoder
 
encoding() - Method in interface io.vertx.grpc.common.GrpcMessage
 
encoding() - Method in interface io.vertx.grpc.common.GrpcReadStream
 
encoding(String) - Method in interface io.vertx.grpc.common.GrpcWriteStream
Set the stream encoding, e.g identity or gzip.
end() - Method in interface io.vertx.grpc.common.GrpcReadStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.grpc.common.GrpcReadStream
 
endMessage(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcWriteStream
End the stream with an encoded gRPC message.
errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.common.GrpcReadStream
Set a handler to be notified with gRPC errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.common.GrpcReadStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.common.GrpcWriteStream
 

F

fetch(long) - Method in interface io.vertx.grpc.common.GrpcReadStream
 
fullyQualifiedName() - Method in interface io.vertx.grpc.common.ServiceName
 

G

GrpcError - Enum in io.vertx.grpc.common
gRPC error, a subset of GrpcStatus elements.
GrpcMessage - Interface in io.vertx.grpc.common
A generic gRPC message
GrpcMessageDecoder<T> - Interface in io.vertx.grpc.common
 
GrpcMessageEncoder<T> - Interface in io.vertx.grpc.common
 
GrpcReadStream<T> - Interface in io.vertx.grpc.common
 
GrpcStatus - Enum in io.vertx.grpc.common
gRPC statuses.
GrpcWriteStream<T> - Interface in io.vertx.grpc.common
 
GZIP - Static variable in interface io.vertx.grpc.common.GrpcMessageDecoder
 
GZIP - Static variable in interface io.vertx.grpc.common.GrpcMessageEncoder
 

H

handler(Handler<T>) - Method in interface io.vertx.grpc.common.GrpcReadStream
 
headers() - Method in interface io.vertx.grpc.common.GrpcReadStream
 
headers() - Method in interface io.vertx.grpc.common.GrpcWriteStream
 
http2ResetCode - Variable in enum io.vertx.grpc.common.GrpcError
 

I

IDENTITY - Static variable in interface io.vertx.grpc.common.GrpcMessageDecoder
 
IDENTITY - Static variable in interface io.vertx.grpc.common.GrpcMessageEncoder
 
io.vertx.grpc.common - package io.vertx.grpc.common
 

L

last() - Method in interface io.vertx.grpc.common.GrpcReadStream
 

M

mapHttp2ErrorCode(long) - Static method in enum io.vertx.grpc.common.GrpcError
Map the HTTP/2 code to the gRPC error.
marshaller(MethodDescriptor.Marshaller<T>) - Static method in interface io.vertx.grpc.common.GrpcMessageEncoder
 
message(String, Buffer) - Static method in interface io.vertx.grpc.common.GrpcMessage
 
messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.common.GrpcReadStream
Set a handler to be notified with incoming encoded messages.

N

name() - Method in interface io.vertx.grpc.common.ServiceName
 

P

packageName() - Method in interface io.vertx.grpc.common.ServiceName
 
pathOf(String) - Method in interface io.vertx.grpc.common.ServiceName
Create the path of a given method to call.
pause() - Method in interface io.vertx.grpc.common.GrpcReadStream
 
payload() - Method in interface io.vertx.grpc.common.GrpcMessage
 

R

resume() - Method in interface io.vertx.grpc.common.GrpcReadStream
 

S

ServiceName - Interface in io.vertx.grpc.common
A gRPC service name.
setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.common.GrpcWriteStream
 
status - Variable in enum io.vertx.grpc.common.GrpcError
 

T

toString() - Method in enum io.vertx.grpc.common.GrpcStatus
 

U

unmarshaller(MethodDescriptor.Marshaller<T>) - Static method in interface io.vertx.grpc.common.GrpcMessageDecoder
 

V

valueOf(String) - Static method in enum io.vertx.grpc.common.GrpcError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.grpc.common.GrpcStatus
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.vertx.grpc.common.GrpcStatus
 
values() - Static method in enum io.vertx.grpc.common.GrpcError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.grpc.common.GrpcStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeMessage(GrpcMessage) - Method in interface io.vertx.grpc.common.GrpcWriteStream
Write an encoded gRPC message.
C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2023 Eclipse. All rights reserved.