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
-
Method Summary
Modifier and TypeMethodDescriptionReturn the acceptable media types, if set already.Return the content type, if set already.Return the HTTP method, if known.Return the URI template, if set already.
-
Method Details
-
getHttpMethod
Return the HTTP method, if known. -
getUriTemplate
Return the URI template, if set already. -
getContentType
Return the content type, if set already. -
getAcceptMediaTypes
Return the acceptable media types, if set already.
-