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 SummaryModifier 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- 
getHttpMethodReturn the HTTP method, if known.
- 
getUriTemplateReturn the URI template, if set already.
- 
getContentTypeReturn the content type, if set already.
- 
getAcceptMediaTypesReturn the acceptable media types, if set already.
 
-