Set the HTTP method. @param method the HTTP method
(String method)
| 391 | * @param method the HTTP method |
| 392 | */ |
| 393 | public void setMethod(String method) { |
| 394 | methodMB.setString(method); |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * Set the HTTP method from a byte buffer. |
no test coverage detected