Packagecom.adobe.mediacore.system
Classpublic final class NetworkConfiguration
InheritanceNetworkConfiguration Inheritance MetadataNode Inheritance Object

Class providing access to system network configuration.



Public Properties
 PropertyDefined By
  cookieHeaders : Metadata
Associated cookie headers.
NetworkConfiguration
  forceNativeNetworking : Boolean
Forces usage of internal Flash Runtime network libraries instead browser ones.
NetworkConfiguration
  useRedirectedUrl : Boolean
Instructs the PSDK to use the redirected url for all subsequent calls to the same domain.
NetworkConfiguration
Public Methods
 MethodDefined By
  
Default constructor.
NetworkConfiguration
 Inherited
containsKey(key:String):Boolean
Checks if the metadata contains the specified key.
MetadataNode
 Inherited
getNode(key:String):Metadata
MetadataNode
 Inherited
getValue(key:String):String
Returns the value associated with the specified key as string.
MetadataNode
 Inherited
isEmpty():Boolean
Checks if the metadata has any mapping defined.
MetadataNode
 Inherited
keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata.
MetadataNode
 Inherited
setNode(key:String, value:Metadata):void
MetadataNode
 Inherited
setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing value for the given key.
MetadataNode
 Inherited
toString():String
MetadataNode
Property Detail
cookieHeadersproperty
cookieHeaders:Metadata

Associated cookie headers.


Implementation
    public function get cookieHeaders():Metadata
    public function set cookieHeaders(value:Metadata):void
forceNativeNetworkingproperty 
forceNativeNetworking:Boolean

Forces usage of internal Flash Runtime network libraries instead browser ones.


Implementation
    public function get forceNativeNetworking():Boolean
    public function set forceNativeNetworking(value:Boolean):void
useRedirectedUrlproperty 
useRedirectedUrl:Boolean

Instructs the PSDK to use the redirected url for all subsequent calls to the same domain.


Implementation
    public function get useRedirectedUrl():Boolean
    public function set useRedirectedUrl(value:Boolean):void
Constructor Detail
NetworkConfiguration()Constructor
public function NetworkConfiguration()

Default constructor.