| Package | org.servebox.commons.utils.rpc |
| Class | public class ChannelSetProvider |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new ChannelSetProvider.
| ChannelSetProvider | ||
|
getAMFBrokerURI():String
Returns the AMF borker URI.
| ChannelSetProvider | ||
|
getApplicationContextURI():String
Gets the application context URI.
| ChannelSetProvider | ||
|
getDefaultChannel():Channel
Returns the default channel.
| ChannelSetProvider | ||
|
getDefaultChannelSet():ChannelSet
Returns the default channel set.
| ChannelSetProvider | ||
|
getHostURI(appUrl:String = null):String
Gets the full application URI.
| ChannelSetProvider | ||
|
[static]
Retruns the ChannelSetProvider instance.
| ChannelSetProvider | ||
| ChannelSetProvider | () | constructor |
public function ChannelSetProvider()Creates a new ChannelSetProvider.
| getAMFBrokerURI | () | method |
public function getAMFBrokerURI():StringReturns the AMF borker URI.
ReturnsString |
| getApplicationContextURI | () | method |
public function getApplicationContextURI():StringGets the application context URI.
ReturnsString |
| getDefaultChannel | () | method |
public function getDefaultChannel():ChannelReturns the default channel.
ReturnsChannel |
| getDefaultChannelSet | () | method |
public function getDefaultChannelSet():ChannelSetReturns the default channel set.
ReturnsChannelSet |
| getHostURI | () | method |
public function getHostURI(appUrl:String = null):StringGets the full application URI.
ParametersappUrl:String (default = null) |
String |
| getInstance | () | method |
public static function getInstance():ChannelSetProviderRetruns the ChannelSetProvider instance.
ReturnsChannelSetProvider |