Skip navigation links
B I P R S 

B

build() - Method in class ProtoBufSerializationProviderBuilder
Deprecated.
Builds a new GrpcSerializationProvider containing all the message types registered with this builder.

I

io.servicetalk.grpc.protobuf - package io.servicetalk.grpc.protobuf
 

P

ProtoBufSerializationProviderBuilder - Class in io.servicetalk.grpc.protobuf
Deprecated.
The gRPC framing is now built into grpc-netty. This class is no longer necessary and will be removed in a future release. registerMessageType(Class, Parser) is used to add one or more MessageLite message types. Resulting GrpcSerializationProvider from build() will only serialize and deserialize those message types.
ProtoBufSerializationProviderBuilder() - Constructor for class ProtoBufSerializationProviderBuilder
Deprecated.
 

R

registerMessageType(Class<T>, Parser<T>) - Method in class ProtoBufSerializationProviderBuilder
Deprecated.
Register the passed messageType with the provided Parser.

S

supportedMessageCodings(List<ContentCodec>) - Method in class ProtoBufSerializationProviderBuilder
Deprecated.
Set the supported message encodings for the serializers and deserializers.
B I P R S 
Skip navigation links