Searched refs:JumpToApplicationThreadServerStreamListener (Results 1 – 2 of 2) sorted by relevance
79 import io.grpc.internal.ServerImpl.JumpToApplicationThreadServerStreamListener;1313 JumpToApplicationThreadServerStreamListener listener in messageRead_errorCancelsCall()1314 = new JumpToApplicationThreadServerStreamListener( in messageRead_errorCancelsCall()1339 JumpToApplicationThreadServerStreamListener listener in messageRead_runtimeExceptionCancelsCall()1340 = new JumpToApplicationThreadServerStreamListener( in messageRead_runtimeExceptionCancelsCall()1365 JumpToApplicationThreadServerStreamListener listener in halfClosed_errorCancelsCall()1366 = new JumpToApplicationThreadServerStreamListener( in halfClosed_errorCancelsCall()1389 JumpToApplicationThreadServerStreamListener listener in halfClosed_runtimeExceptionCancelsCall()1390 = new JumpToApplicationThreadServerStreamListener( in halfClosed_runtimeExceptionCancelsCall()1413 JumpToApplicationThreadServerStreamListener listener in onReady_errorCancelsCall()[all …]
504 final JumpToApplicationThreadServerStreamListener jumpListener in streamCreatedInternal()505 = new JumpToApplicationThreadServerStreamListener( in streamCreatedInternal()773 static final class JumpToApplicationThreadServerStreamListener implements ServerStreamListener { class in ServerImpl782 public JumpToApplicationThreadServerStreamListener(Executor executor, in JumpToApplicationThreadServerStreamListener() method in ServerImpl.JumpToApplicationThreadServerStreamListener