Uses of Interface
com.teamdev.jxbrowser.net.ContentType
Package
Description
Contains classes and interfaces for working with network.
-
Uses of ContentType in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionContentType.Builder.build()
Returns a newContentType
instance built from the current state of this builder.default ContentType
ByteData.contentType()
default ContentType
FormData.contentType()
default ContentType
MultipartFormData.contentType()
default ContentType
TextData.contentType()
default ContentType
UploadData.contentType()
Returns the content type of this upload data as specified in theContent-Type
header.Modifier and TypeMethodDescriptionstatic ByteData
ByteData.of
(byte[] data, ContentType contentType) Creates an instance ofByteData
with the given upload data bytes and content type.static ByteData
ByteData.of
(String data, ContentType contentType) Creates an instance ofByteData
with the given upload data bytes and content type.