| java.lang.Object | |
| ↳ | org.ocast.core.LinkProfile |
Describes properties of a Link
These properties are :
- an app to app URL that will be used to setup the underlying channel
- a hostname, for cases where the URL is not known by the upper layers
- an SSLConfig to setup SSL channel
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | LinkProfile.Builder | Builder class to construct new instances | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getApp2AppUrl()
Returns the app to app URL
| ||||||||||
| String |
getHostname()
Returns the hostname
| ||||||||||
| SSLConfig |
getSSLConfig()
Returns the
SSLConfig | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the app to app URL
Returns the hostname