Packagecom.smartfoxserver.v2.util
Classpublic class ConnectionMode
InheritanceConnectionMode Inheritance Object

The ConnectionMode class contains the costants defining the possible connection modes of the client with the server.

See also

SmartFox.connectionMode


Public Methods
 MethodDefined By
  
ConnectionMode
Public Constants
 ConstantDefined By
  HTTP : String = http
[static] A tunnelled http connection (through the BlueBox) is established between the client and the server.
ConnectionMode
  SOCKET : String = socket
[static] A socket connection is established between the client and the server.
ConnectionMode
Constructor Detail
ConnectionMode()Constructor
public function ConnectionMode()



Constant Detail
HTTPConstant
public static const HTTP:String = http

A tunnelled http connection (through the BlueBox) is established between the client and the server.

SOCKETConstant 
public static const SOCKET:String = socket

A socket connection is established between the client and the server.