Example #1
0
 /**
  * If we have been intercepted, propagate the close from the outermost interceptor; otherwise,
  * just call close().
  */
 protected void closeConnection() {
   close();
 }