Uses of Interface
io.grpc.internal.Deframer
-
Packages that use Deframer Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of Deframer in io.grpc.internal
Subinterfaces of Deframer in io.grpc.internal Modifier and Type Interface Description interface
ThreadOptimizedDeframer
ADeframer
that optimizations by taking over part of the thread safety.Classes in io.grpc.internal that implement Deframer Modifier and Type Class Description class
ApplicationThreadDeframer
Sits betweenAbstractStream.TransportState
andMessageDeframer
to deframe in the client thread.class
MessageDeframer
Deframer for GRPC frames.(package private) class
MigratingThreadDeframer
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 Modifier and Type Field Description private Deframer
AbstractStream.TransportState. deframer
-