public final class IdempotentMethod extends AbstractMethod
HttpMethod that's not safe. For idempotent Methods that are also safe use SafeMethod.| Constructor and Description |
|---|
IdempotentMethod(java.lang.String verb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
idempotent()
Indicates that a request method is idempotent, which means that sending multiple identical requests with that method has the same effect as sending one
single request to the server.
|
equals, hashCode, safe, verbpublic boolean idempotent()
HttpMethodidempotent in interface HttpMethodidempotent in class AbstractMethod