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 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- 
getHttpMethod@Nullable HttpMethod getHttpMethod()Return the HTTP method, if known.
- 
getUriTemplate
- 
getContentType
- 
getAcceptMediaTypes
 
-