Uses of Class
org.jdrupes.httpcodec.types.MediaRange.Builder
Package | Description |
---|---|
org.jdrupes.httpcodec.types |
Special types related to HTTP.
|
-
Uses of MediaRange.Builder in org.jdrupes.httpcodec.types
Methods in org.jdrupes.httpcodec.types that return MediaRange.Builder Modifier and Type Method Description static MediaRange.Builder
MediaRange. builder()
Creates a new builder for a media type.MediaRange.Builder
MediaRange.Builder. setType(String topLevelType, String subtype)
Sets the media range.