Package | com.smartfoxserver.v2.util |
Class | public class ConnectionMode |
Inheritance | ConnectionMode Object |
See also
Method | Defined By | ||
---|---|---|---|
ConnectionMode |
Constant | Defined 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 |
ConnectionMode | () | Constructor |
public function ConnectionMode()
HTTP | Constant |
public static const HTTP:String = http
A tunnelled http connection (through the BlueBox) is established between the client and the server.
SOCKET | Constant |
public static const SOCKET:String = socket
A socket connection is established between the client and the server.