public interface MediaTypeStrategy
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AcceptableMediaType> |
acceptableMediaTypes(org.vertx.java.core.http.HttpServerRequest request)
Get the
AcceptableMediaType
set for this request. |
java.util.Set<AcceptableMediaType> acceptableMediaTypes(org.vertx.java.core.http.HttpServerRequest request)
AcceptableMediaType
set for this request. Implementations
include extracting from Accept header
or from file path extensionrequest - HttpServerRequestSet of AcceptableMediaType