Package | Description |
---|---|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.plugin |
Contains classes and interfaces for filtering the available plugins.
|
Modifier and Type | Method and Description |
---|---|
default MimeType |
DownloadTarget.mimeType()
Returns the MIME type of the download.
|
Modifier and Type | Method and Description |
---|---|
default MimeType |
LoadDataParams.mimeType()
Returns the MIME type of the data to load.
|
Modifier and Type | Method and Description |
---|---|
LoadDataParams.Builder |
LoadDataParams.Builder.mimeType(MimeType mimeType)
Sets the MIME type of the data to load.
|
Modifier and Type | Method and Description |
---|---|
static MimeType |
MimeType.of(java.lang.String value)
Returns the
MimeType instance for the given value. |
Modifier and Type | Method and Description |
---|---|
default MimeType |
ReceiveHeadersCallback.Params.mimeType()
Returns the MIME type value initialized with the lower case string retrieved from the
Content-Type header. |
Modifier and Type | Method and Description |
---|---|
default java.util.List<MimeType> |
Plugin.mimeTypes()
Returns an immutable list of the MIME types supported by the plugin.
|