Ejemplo n.º 1
0
 /**
  * Boolean function
  *
  * @return true if this header has some parameters.
  */
 public boolean hasParameters() {
   return authParams.size() != 0;
 }