Packagenet.user1.reactor
Classpublic final class ConnectionType
InheritanceConnectionType Inheritance Object

Since : Reactor 1.0.0

An enumeration of the types of connections Reactor applications can use to connect to Union server.



Public Constants
 ConstantDefined By
  HTTP : String = HTTP
[static]
ConnectionType
  SECURE_HTTP : String = SECURE_HTTP
[static]
ConnectionType
  SECURE_SOCKET : String = SECURE_SOCKET
[static]
ConnectionType
  XMLSOCKET : String = XMLSOCKET
[static]
ConnectionType
Constant Descriptions
HTTPConstant
public static const HTTP:String = HTTP

SECURE_HTTPConstant 
public static const SECURE_HTTP:String = SECURE_HTTP

SECURE_SOCKETConstant 
public static const SECURE_SOCKET:String = SECURE_SOCKET

XMLSOCKETConstant 
public static const XMLSOCKET:String = XMLSOCKET