Home
last modified time | relevance | path

Searched refs:halfClose (Results 1 – 25 of 35) sorted by relevance

12

/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java164 new Rpc(transport).halfClose().waitForResponse(); in addDefaultUserAgent()
201 new Rpc(transport, new Metadata()).halfClose().waitForResponse(); in overrideDefaultUserAgent()
220 new Rpc(transport).halfClose().waitForResponse(); in maxMessageSizeShouldBeEnforced()
247 rpcs.add(new Rpc(transport).halfClose()); in creatingMultipleTlsTransportsShouldSucceed()
273 Rpc rpc = new Rpc(transport).halfClose(); in negotiationFailurePropagatesToStatus()
306 Rpc rpc = new Rpc(transport).halfClose(); in tlsNegotiationFailurePropagatesToStatus()
329 Rpc rpc = new Rpc(transport).halfClose(); in channelExceptionDuringNegotiatonPropagatesToStatus()
360 Rpc rpc = new Rpc(transport).halfClose(); in handlerExceptionDuringNegotiatonPropagatesToStatus()
379 new Rpc(transport).halfClose().waitForResponse(); in bufferedStreamsShouldBeClosedWhenConnectionTerminates()
478 new Rpc(transport, new Metadata()).halfClose().waitForResponse(); in maxHeaderListSizeShouldBeEnforcedOnClient()
[all …]
DNettyClientStreamTest.java142 stream().halfClose(); in closeShouldSucceed()
278 stream.halfClose(); in inboundTrailersAfterHalfCloseDoesNotSendRstStream()
487 stream.halfClose(); in getRequestSentThroughHeader()
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DPartialForwardingClientCall.java43 public void halfClose() { in halfClose() method in PartialForwardingClientCall
44 delegate().halfClose(); in halfClose()
DClientCall.java222 public abstract void halfClose(); in halfClose() method in ClientCall
DClientInterceptors.java176 public void halfClose() {}
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DForwardingClientStream.java66 public void halfClose() { in halfClose() method in ForwardingClientStream
67 delegate().halfClose(); in halfClose()
DClientStream.java49 void halfClose(); in halfClose() method
DNoopClientStream.java62 public void halfClose() {} in halfClose() method in NoopClientStream
DDelayedStream.java282 public void halfClose() { in halfClose() method in DelayedStream
286 realStream.halfClose(); in halfClose()
DClientCallImpl.java403 public void halfClose() { in halfClose() method in ClientCallImpl
408 stream.halfClose(); in halfClose()
DRetriableStream.java433 public final void halfClose() { in halfClose() method in RetriableStream
437 substream.stream.halfClose(); in halfClose()
DAbstractClientStream.java188 public final void halfClose() { in halfClose() method in AbstractClientStream
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/
DNoopClientCall.java47 public void halfClose() {} in halfClose() method in NoopClientCall
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/
DFailingClientCall.java44 public void halfClose() {} in halfClose() method in FailingClientCall
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
DSafeMethodCachingInterceptor.java292 public void halfClose() {
297 super.halfClose();
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DClientInterceptorsTest.java328 interceptedCall.halfClose(); in normalCall()
361 interceptedCall.halfClose(); in exceptionInStart()
374 noop.halfClose(); in exceptionInStart()
455 public void halfClose() { in halfClose() method in ClientInterceptorsTest.BaseClientCall
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDelayedStreamTest.java126 stream.halfClose(); in setStream_halfClose()
129 verify(realStream).halfClose(); in setStream_halfClose()
DClientCallImplTest.java641 call.halfClose(); in contextAlreadyCancelledNotifiesImmediately()
897 call.halfClose(); in cancelInOnMessageShouldInvokeStreamCancel()
/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
DAbstractTransportTest.java398 clientStream.halfClose(); in openStreamPreventsTermination()
634 stream1.halfClose(); in transportInUse_normalClose()
636 stream2.halfClose(); in transportInUse_normalClose()
734 clientStream.halfClose(); in basicStream()
862 clientStream.halfClose(); in zeroMessageStream()
1117 clientStream.halfClose(); in clientCancelFromWithinMessageRead()
1322 clientStream.halfClose(); in flowControlPushBack()
1420 clientStream.halfClose(); in interactionsAfterClientStreamCancelAreNoops()
1533 clientStream.halfClose(); in transportTracer_server_streamEnded_ok()
1651 clientStream.halfClose(); in transportTracer_server_receive_msg()
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/
DClientCalls.java283 call.halfClose(); in asyncUnaryRequestCall()
345 call.halfClose(); in onCompleted()
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/
DErrorHandlingClient.java196 call.halfClose(); in advancedAsyncCall()
DDetailErrorSample.java222 call.halfClose(); in advancedAsyncCall()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientStreamTest.java205 stream.halfClose(); in getUnaryRequest()
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DClientAuthInterceptorTest.java211 public void halfClose() { in halfClose() method in ClientAuthInterceptorTest.ClientCallRecorder
/external/grpc-grpc-java/services/src/main/java/io/grpc/services/
DBinlogHelper.java484 public void halfClose() { in getClientInterceptor() method
489 super.halfClose(); in getClientInterceptor()

12