Package | Description |
---|---|
com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.net.event |
The network service events.
|
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 |
---|---|
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.Optional<MimeType> |
ResponseBytesReceived.mimeType()
Returns an
Optional that contains the MIME type value retrieved from the Content-Type header of this request or an empty Optional if there is no MIME type. |
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.
|