Searched refs:notifyTerminated (Results 1 – 5 of 5) sorted by relevance
123 notifyTerminated(); in start()192 notifyTerminated();255 private synchronized void notifyTerminated() {293 notifyTerminated();
64 public void notifyTerminated(Status s) { in notifyTerminated() method in ClientTransportLifecycleManager
132 notifyTerminated(grpcHandler.connectionError()); in start()192 private void notifyTerminated(Throwable t) { in notifyTerminated() method in NettyServerTransport
243 lifecycleManager.notifyTerminated(statusExplainingWhyTheChannelIsNull);261 lifecycleManager.notifyTerminated(Utils.statusFromThrowable(future.cause()));
416 lifecycleManager.notifyTerminated(status); in channelInactive()