JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.teamdev.jxbrowser.net
Interface HostPort
public interface
HostPort
A host/port pair of the URI.
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
Host
host
()
Returns the host of the URI.
default
Port
port
()
Returns the port of the URI.
Method Details
host
default
Host
host
()
Returns the host of the URI.
port
default
Port
port
()
Returns the port of the URI.