grpc-java/api/src
James Duong 2c83ef0632
Allow configuration of the queued byte threshold at which a Stream is considered not ready (#10977)
* Allow the queued byte threshold for a Stream to be ready to be configurable

- on clients this is exposed by setting a CallOption
- on servers this is configured by calling a method on ServerCall or ServerStreamListener
2024-03-21 15:37:26 -07:00
..
context/java/io/grpc Context.Storage deprecated method attach() removed, doAttach() made abstract (#10379) 2023-07-31 16:38:01 -07:00
jmh/java/io/grpc context, all: move Context classes to grpc-api (#10313) 2023-06-28 18:28:30 -07:00
main/java/io/grpc Allow configuration of the queued byte threshold at which a Stream is considered not ready (#10977) 2024-03-21 15:37:26 -07:00
test api:Provide a default implementation for new method added to ManagedTranport.Listener to support ClientTransportFilters (#10795) 2024-01-04 14:19:13 -08:00
testFixtures/java/io/grpc Move Noop{Client,Server}Call from testing to api (#10753) 2023-12-14 23:00:30 -08:00