Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.zoom.event |
The zoom events.
|
Modifier and Type | Method and Description |
---|---|
default Host |
HostPort.host()
Returns the host of the URI.
|
static Host |
Host.of(java.lang.String host)
Returns the
Host instance for the given host name. |
Modifier and Type | Method and Description |
---|---|
default Host |
VerifyCertificateCallback.Params.host()
Returns the host name of the SSL server that requests the certificate verification.
|
Modifier and Type | Method and Description |
---|---|
default Host |
ZoomLevelChanged.host()
Returns the host of the URL of the web page which zoom level has been changed.
|