- All Known Subinterfaces:
HttpMethodAccessor.HttpMethodProperty
- Enclosing interface:
- HttpMethodAccessor
public static interface HttpMethodAccessor.HttpMethodMutator
Provides a mutator for a HTTP-Method property.
-
Method Summary
Modifier and Type Method Description voidsetHttpMethod(HttpMethod aHttpMethod)Sets the HTTP-Method for the HTTP-Method property.
-
Method Details
-
setHttpMethod
Sets the HTTP-Method for the HTTP-Method property.- Parameters:
aHttpMethod- The HTTP-Method to be stored by the HTTP-Method property.
-