Interface HttpMethodAccessor

All Known Subinterfaces:
HttpMethodAccessor.HttpMethodProperty, HttpRequest, HttpRequestBuilder<B>
All Known Implementing Classes:
AbstractHttpRequest, BasicAuthRequest, HttpClientRequest, HttpServerRequest

public interface HttpMethodAccessor
Provides an accessor for a HTTP-Method property.
  • Method Details

    • getHttpMethod

      HttpMethod getHttpMethod()
      Retrieves the HTTP-Method from the HTTP-Method property.
      Returns:
      The HTTP-Method stored by the HTTP-Method property.