public static class

LinkProfile.Builder

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

Class Overview

Builder class to construct new instances

Summary

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

Public Constructors

public Builder ()

Public Methods

public LinkProfile build ()

Constructs the new object instance

Returns
  • a LinkProfile instance

public LinkProfile.Builder setApp2AppUrl (String app2AppUrl)

Sets the app to app URL for this profile

Parameters
app2AppUrl the URL to be used to communicate with the remote browser
Returns
  • the builder

public LinkProfile.Builder setHostname (String hostname)

Sets the hostname for this profile

Parameters
hostname the hostname of the remote device
Returns
  • the builder

public LinkProfile.Builder setSslConfig (SSLConfig sslConfig)

Sets the SSLConfig for this profile

Parameters
sslConfig the SSL configuration details
Returns
  • the builder