Home
last modified time | relevance | path

Searched defs:onSentBytes (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DAbstractStream.java314 public final void onSentBytes(int numBytes) { in onSentBytes() method in AbstractStream.TransportState
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java212 void onSentBytes(int frameBytes); in onSentBytes() method
DOkHttpServerTransport.java1152 @Override public void onSentBytes(int frameBytes) {} in onSentBytes() method in OkHttpServerTransport.Http2ErrorStreamState