Beispiel #1
0
 /**
  * Returns the method that was used in the last call to submitRequest().
  *
  * @return the method that was used in the last call to submitRequest()
  */
 public HttpMethod getLastMethod() {
   return lastRequest_.getHttpMethod();
 }