Uses of Class
org.jdrupes.httpcodec.types.MediaType
Package
Description
Classes required for handling the HTTP protocol.
Special types related to HTTP.
-
Uses of MediaType in org.jdrupes.httpcodec.protocols.http
Modifier and TypeMethodDescriptionstatic MediaType
HttpResponse.contentType
(URI requestUri) Derives a media type from the given URI.Modifier and TypeMethodDescriptionHttpResponse.setContentType
(MediaType mediaType) Convenience method for setting the “Content-Type” header using the given media type. -
Uses of MediaType in org.jdrupes.httpcodec.types
Modifier and TypeFieldDescriptionConverters.MEDIA_TYPE
A converter for a media type pair with parameters.