Contents
Interface HttpRequestValues.Metadata
- All Known Implementing Classes:
HttpRequestValues.Builder
,ReactiveHttpRequestValues.Builder
- Enclosing class:
HttpRequestValues
public static interface HttpRequestValues.Metadata
Expose static metadata from
@HttpExchange
annotation attributes.- Since:
- 6.2
- Author:
- Rossen Stoyanchev, Olga Maciaszek-Sharma
-
Method Details
-
getHttpMethod
@Nullable HttpMethod getHttpMethod()Return the HTTP method, if known. -
getUriTemplate
-
getContentType
-
getAcceptMediaTypes
-