Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
Modifier and Type | Method and Description |
---|---|
File |
File.Builder.build()
Returns a new
File instance built from the current state of this builder. |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<File> |
MultipartFormData.Pair.fileValue()
Returns the form content segment value as a file.
|
Modifier and Type | Method and Description |
---|---|
static MultipartFormData.Pair |
MultipartFormData.Pair.of(java.lang.String key,
File value)
Returns the
Pair instance for the given key and value . |