Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
ContentType.Builder |
ContentType.Builder.boundary(java.lang.String boundary)
Sets the boundary of the
multipart/form-data associated with the content type. |
ContentType.Builder |
ContentType.Builder.charset(java.lang.String charset)
Sets the charset of the data associated with the content type.
|
static ContentType.Builder |
ContentType.newBuilder(java.lang.String mediaType)
Create a new
ContentType builder. |