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 TypeInterfaceDescriptioninterfaceADeframerthat optimizations by taking over part of the thread safety.Classes in io.grpc.internal that implement DeframerModifier and TypeClassDescriptionclassSits betweenAbstractStream.TransportStateandMessageDeframerto deframe in the client thread.classDeframer for GRPC frames.(package private) final classA 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