Interface HttpMethodAccessor.HttpMethodMutator

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
    void
    Sets the HTTP-Method for the HTTP-Method property.
  • Method Details

    • setHttpMethod

      void setHttpMethod(HttpMethod aHttpMethod)
      Sets the HTTP-Method for the HTTP-Method property.
      Parameters:
      aHttpMethod - The HTTP-Method to be stored by the HTTP-Method property.