grpc-java/services/src
Eric Anderson 0201c5a9a7
stub: Have disableAutoRequest() on server-side
This splits server-side flow control from client-side, but tailors the API for
each case. Client-side continues having disableAutoRequestWithInitial(). While
client-side could have disableAutoRequest(), it seems like it will only rarely
be used and disableAutoRequestWithInitial(0) isn't that bad. So we leave it off
for now; we can always add it in the future.
2020-05-29 15:05:46 -07:00
..
generated api, core, services: make ProtoReflectionService interceptor compatible (#6967) 2020-05-01 10:39:38 -07:00
main stub: Have disableAutoRequest() on server-side 2020-05-29 15:05:46 -07:00
test stub: Add disableAutoRequestWithInitial that disables all automatic inbound flow-control requests 2020-05-06 10:19:41 -07:00