Packagecom.pushtechnology.diffusion
Classpublic class ServerDetails
InheritanceServerDetails Inheritance Object



Public Methods
 MethodDefined By
  
ServerDetails(url:String)
ServerDetails
  
Get Credentials
ServerDetails
  
getDiffusionContext():DiffusionContext
Get Diffusion Context
ServerDetails
  
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
ServerDetails
  
Get Timeout
ServerDetails
  
getTopicSet():String
Get Topic Set
ServerDetails
  
getURL():String
Get URL
ServerDetails
  
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
Constructor Detail
ServerDetails()Constructor
public function ServerDetails(url:String)



Parameters
url:String
Method Detail
getCredentials()method
public function getCredentials():DiffusionClientCredentials

Get Credentials

Returns
DiffusionClientCredentials
getDiffusionContext()method 
public function getDiffusionContext():DiffusionContext

Get Diffusion Context

Returns
DiffusionContext — 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)

Returns
int
getTimeout()method 
public function getTimeout():int

Get Timeout

Returns
int
getTopicSet()method 
public function getTopicSet():String

Get Topic Set

Returns
String
getURL()method 
public function getURL():String

Get URL

Returns
String
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

Returns
String