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.