Uses of Interface
io.grpc.internal.Deframer
Packages that use Deframer
-
Uses of Deframer in io.grpc.internal
Subinterfaces of Deframer in io.grpc.internalModifier and TypeInterfaceDescriptioninterface
ADeframer
that optimizations by taking over part of the thread safety.Classes in io.grpc.internal that implement DeframerModifier and TypeClassDescriptionclass
Sits betweenAbstractStream.TransportState
andMessageDeframer
to deframe in the client thread.class
Deframer for GRPC frames.(package private) final class
A deframer that moves decoding between the transport and app threads based on which is more efficient at that moment.Fields in io.grpc.internal declared as Deframer