MCPcopy Create free account
hub / github.com/grpc/grpc-java / deframe

Method deframe

core/src/main/java/io/grpc/internal/Deframer.java:58–58  ·  view source on GitHub ↗

Adds the given data to this deframer and attempts delivery to the listener. @param data the raw data read from the remote endpoint. Must be non-null.

(ReadableBuffer data)

Source from the content-addressed store, hash-verified

56 * @param data the raw data read from the remote endpoint. Must be non-null.
57 */
58 void deframe(ReadableBuffer data);
59
60 /** Close when any messages currently queued have been requested and delivered. */
61 void closeWhenComplete();

Implementers 3

MessageDeframercore/src/main/java/io/grpc/internal/Me
ApplicationThreadDeframercore/src/main/java/io/grpc/internal/Ap
MigratingThreadDeframercore/src/main/java/io/grpc/internal/Mi

Calls

no outgoing calls