Packagecom.google.analytics.utils
Classpublic class Protocols

Protocols Enumeration



Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Constructor detail
Protocols()constructor
public function Protocols(value:int = 0, name:String = "")

Creates a new Protocols instance.

Parameters
value:int (default = 0) — The primitive value of the object.
 
name:String (default = "") — The name value of the object.
Method detail
toString()method
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.
valueOf()method 
public function valueOf():int

Returns the primitive value of the object.

Returns
int — the primitive value of the object.
Constant detail
fileconstant
public static const file:Protocols

The "file" Protocols object.

HTTPconstant 
public static const HTTP:Protocols

The "HTTP" Protocols object.

HTTPSconstant 
public static const HTTPS:Protocols

The "HTTPS" Protocols object.

noneconstant 
public static const none:Protocols

The "none" Protocols object.