| Method | Defined by | ||
|---|---|---|---|
|
Protocols(value:int = 0, name:String = "")
Creates a new Protocols instance.
| Protocols | ||
|
toString():String
Returns the String representation of the object.
| Protocols | ||
|
valueOf():int
Returns the primitive value of the object.
| Protocols | ||
| Constant | Defined by | ||
|---|---|---|---|
| file : Protocols
[static]
The "file" Protocols object.
| Protocols | ||
| HTTP : Protocols
[static]
The "HTTP" Protocols object.
| Protocols | ||
| HTTPS : Protocols
[static]
The "HTTPS" Protocols object.
| Protocols | ||
| none : Protocols
[static]
The "none" Protocols object.
| Protocols | ||
| Protocols | () | constructor |
public function Protocols(value:int = 0, name:String = "")Creates a new Protocols instance.
Parametersvalue:int (default = 0) — The primitive value of the object.
|
|
name:String (default = "") — The name value of the object.
|
| toString | () | method |
public function toString():StringReturns the String representation of the object.
ReturnsString — the String representation of the object.
|
| valueOf | () | method |
public function valueOf():intReturns the primitive value of the object.
Returnsint — the primitive value of the object.
|
| file | constant |
public static const file:ProtocolsThe "file" Protocols object.
| HTTP | constant |
public static const HTTP:ProtocolsThe "HTTP" Protocols object.
| HTTPS | constant |
public static const HTTPS:ProtocolsThe "HTTPS" Protocols object.
| none | constant |
public static const none:ProtocolsThe "none" Protocols object.