Uses of Interface
io.grpc.internal.MigratingThreadDeframer.Op
-
Packages that use MigratingThreadDeframer.Op Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MigratingThreadDeframer.Op in io.grpc.internal
Fields in io.grpc.internal with type parameters of type MigratingThreadDeframer.Op Modifier and Type Field Description private java.util.Queue<MigratingThreadDeframer.Op>
MigratingThreadDeframer. opQueue
Methods in io.grpc.internal with parameters of type MigratingThreadDeframer.Op Modifier and Type Method Description private boolean
MigratingThreadDeframer. runWhereAppropriate(MigratingThreadDeframer.Op op)
private boolean
MigratingThreadDeframer. runWhereAppropriate(MigratingThreadDeframer.Op op, boolean currentThreadIsTransportThread)
-