Namespace:  | 
|
Type:  | 
|
Content:  | 
simple  | 
Defined:  | 
XML Representation Summary  | 
||
<characteristics>  | 
||
Content:   | 
{ "reliable" | "unreliable" | "connectionPoll" | "userAgentPoll" }  | 
|
</characteristics>  | 
||
| 
 <xsd:element maxOccurs="1" minOccurs="1" name="characteristics" type="connectionCharacteristicsType"> 
<xsd:annotation>
 
<xsd:documentation>
 
</xsd:annotation>
Information about the nature of the connection, used mainly 
</xsd:documentation>
by the Stream modules. Reliable can mean it supports ACKs; unreliable means it is fire-and-forget. Type of polling used (Connection vs. UserAgent). </xsd:element> 
 |