Searched refs:halfCloseCalled (Results 1 – 2 of 2) sorted by relevance
80 private boolean halfCloseCalled; field in ClientCallImpl406 checkState(!halfCloseCalled, "call already half-closed"); in halfClose()407 halfCloseCalled = true; in halfClose()415 checkState(!halfCloseCalled, "call was half-closed"); in sendMessage()
1085 final SettableFuture<Void> halfCloseCalled = SettableFuture.create(); in clientInterceptor() local1110 halfCloseCalled.set(null); in clientInterceptor()1196 halfCloseCalled.get(1, TimeUnit.SECONDS); in clientInterceptor()