public class

LinkProfile

extends Object
java.lang.Object
   ↳ org.ocast.core.LinkProfile

Class Overview

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

Summary

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

Public Methods

public String getApp2AppUrl ()

Returns the app to app URL

public String getHostname ()

Returns the hostname

public SSLConfig getSSLConfig ()

Returns the SSLConfig