Return the HTTP method. @return the HTTP method
()
| 417 | * @return the HTTP method |
| 418 | */ |
| 419 | public String getMethod() { |
| 420 | return methodMB.toStringType(); |
| 421 | } |
| 422 | |
| 423 | /** |
| 424 | * Return the request URI. |
nothing calls this directly
no test coverage detected