Interface HttpMethodAccessor

All Known Subinterfaces:
BasicAuthRequest, HttpClientRequest, HttpClientRequest.HttpClientRequestBuilder, HttpMethodAccessor.HttpMethodProperty, HttpRequest, HttpRequestBuilder<B>, HttpServerRequest
All Known Implementing Classes:
BasicAuthRequestImpl, HttpClientRequestImpl, HttpRequestImpl, HttpServerRequestImpl

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.