Uses of Class
com.github.robtimus.net.protocol.data.DataURLs.Builder.WithMediaType
-
-
Uses of DataURLs.Builder.WithMediaType in com.github.robtimus.net.protocol.data
Methods in com.github.robtimus.net.protocol.data that return DataURLs.Builder.WithMediaType Modifier and Type Method Description DataURLs.Builder.WithMediaTypeDataURLs.Builder.WithMediaType. withCharset(java.nio.charset.Charset charset)Sets the charset of the media type.DataURLs.Builder.WithMediaTypeDataURLs.Builder. withMediaType(java.lang.String mediaType)Specifies the media type of the data URL.DataURLs.Builder.WithMediaTypeDataURLs.Builder.WithMediaType. withMediaTypeParameter(java.lang.String name, java.lang.String value)Sets the value for a media type parameter.
-