コード例 #1
0
  private void resetLargeMessageController() {

    LargeMessageController controller = currentLargeMessageController;
    if (controller != null) {
      controller.cancel();
      currentLargeMessageController = null;
    }
  }
コード例 #2
0
 public synchronized void close() {
   bufferDelegate.cancel();
 }