-
- All Implemented Interfaces:
public final class ContentType
-
-
Constructor Summary
Constructors Constructor Description ContentType(MediaType mediaType, String boundary, Charset charset, Double q)
-
Method Summary
Modifier and Type Method Description final StringgetText()final MediaTypegetMediaType()final StringgetBoundary()final CharsetgetCharset()final DoublegetQ()-
-
Method Detail
-
getMediaType
final MediaType getMediaType()
-
getBoundary
final String getBoundary()
-
getCharset
final Charset getCharset()
-
-
-
-