- 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.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a HTTP-Method property returning the builder for applying multiple build operations.static interface
Provides a mutator for a HTTP-Method property.static interface
Provides a HTTP-Method property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the HTTP-Method from the 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.
-