| java.lang.Object | |
| ↳ | org.ocast.core.LinkProfile.Builder |
Builder class to construct new instances
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Builder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LinkProfile |
build()
Constructs the new object instance
| ||||||||||
| LinkProfile.Builder |
setApp2AppUrl(String app2AppUrl)
Sets the app to app URL for this profile
| ||||||||||
| LinkProfile.Builder |
setHostname(String hostname)
Sets the hostname for this profile
| ||||||||||
| LinkProfile.Builder |
setSslConfig(SSLConfig sslConfig)
Sets the
SSLConfig for this profile | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Sets the app to app URL for this profile
| app2AppUrl | the URL to be used to communicate with the remote browser |
|---|
Sets the hostname for this profile
| hostname | the hostname of the remote device |
|---|
Sets the SSLConfig for this profile
| sslConfig | the SSL configuration details |
|---|