| 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 = httpA tunnelled http connection (through the BlueBox) is established between the client and the server.
| SOCKET | Constant |
public static const SOCKET:String = socketA socket connection is established between the client and the server.