Uses of Interface
com.teamdev.jxbrowser.net.ContentType
Packages that use ContentType
Package
Description
Contains classes and interfaces for working with network.
-
Uses of ContentType in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return ContentTypeModifier and TypeMethodDescriptionContentType.Builder.build()Returns a newContentTypeinstance built from the current state of this builder.default ContentTypeByteData.contentType()default ContentTypeFormData.contentType()default ContentTypeMultipartFormData.contentType()default ContentTypeTextData.contentType()default ContentTypeUploadData.contentType()Returns the content type of this upload data as specified in theContent-Typeheader.Methods in com.teamdev.jxbrowser.net with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic ByteDataByteData.of(byte[] data, ContentType contentType) Creates an instance ofByteDatawith the given upload data bytes and content type.static ByteDataByteData.of(String data, ContentType contentType) Creates an instance ofByteDatawith the given upload data bytes and content type.