Method | Defined By | ||
---|---|---|---|
ServerDetails(url:String) | ServerDetails | ||
Get Credentials
| ServerDetails | ||
getDiffusionContext():DiffusionContext
Get Diffusion Context
| ServerDetails | ||
getOutputBufferSize():int
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
| ServerDetails | ||
getTimeout():int
Get Timeout
| ServerDetails | ||
getTopicSet():String
Get Topic Set
| ServerDetails | ||
getURL():String
Get URL
| ServerDetails | ||
setCredentials(credentials:DiffusionClientCredentials):void
Set Credentials, set the credentials for this server, these credentials will override the ConnectionDetails credentials
| ServerDetails | ||
setOutputBufferSize(length:int):void
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
| ServerDetails | ||
setTimeout(timeout:int):void
Set Timeout
| ServerDetails | ||
setTopicSet(topicSet:String):void
Set TopicSet, set the topic set for this server, this will override the ConnectionDetails topic set
| ServerDetails | ||
setURL(url:String):void
Set URL
| ServerDetails | ||
toString():String | ServerDetails |
ServerDetails | () | Constructor |
public function ServerDetails(url:String)
url:String |
getCredentials | () | method |
public function getCredentials():DiffusionClientCredentials
Get Credentials
ReturnsDiffusionClientCredentials |
getDiffusionContext | () | method |
public function getDiffusionContext():DiffusionContext
Get Diffusion Context
ReturnsDiffusionContext — a DiffusionContext for this server detail
|
getOutputBufferSize | () | method |
public function getOutputBufferSize():int
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
Returnsint |
getTimeout | () | method |
public function getTimeout():int
Get Timeout
Returnsint |
getTopicSet | () | method |
public function getTopicSet():String
Get Topic Set
ReturnsString |
getURL | () | method |
public function getURL():String
Get URL
ReturnsString |
setCredentials | () | method |
public function setCredentials(credentials:DiffusionClientCredentials):void
Set Credentials, set the credentials for this server, these credentials will override the ConnectionDetails credentials
Parameters
credentials:DiffusionClientCredentials |
setOutputBufferSize | () | method |
public function setOutputBufferSize(length:int):void
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
Parameters
length:int — in Bytes, by default is 32000 Bytes
|
setTimeout | () | method |
public function setTimeout(timeout:int):void
Set Timeout
Parameters
timeout:int |
setTopicSet | () | method |
public function setTopicSet(topicSet:String):void
Set TopicSet, set the topic set for this server, this will override the ConnectionDetails topic set
Parameters
topicSet:String |
setURL | () | method |
public function setURL(url:String):void
Set URL
Parameters
url:String — this have the schema dpt for Diffusion Protocol over Tcp, or http for http connections
|
toString | () | method |
public function toString():String
ReturnsString |