| Package | com.adobe.mediacore.system |
| Class | public final class NetworkConfiguration |
| Inheritance | NetworkConfiguration MetadataNode Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Default constructor. | NetworkConfiguration | ||
![]() | containsKey(key:String):Boolean
Checks if the metadata contains the specified key. | MetadataNode | |
![]() | MetadataNode | ||
![]() | getValue(key:String):String
Returns the value associated with the specified key as string. | MetadataNode | |
![]() | isEmpty():Boolean
Checks if the metadata has any mapping defined. | MetadataNode | |
![]() | keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata. | MetadataNode | |
![]() | MetadataNode | ||
![]() | setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing
value for the given key. | MetadataNode | |
![]() | toString():String | MetadataNode | |
| cookieHeaders | property |
cookieHeaders:MetadataAssociated cookie headers.
public function get cookieHeaders():Metadata public function set cookieHeaders(value:Metadata):void| forceNativeNetworking | property |
forceNativeNetworking:BooleanForces usage of internal Flash Runtime network libraries instead browser ones.
public function get forceNativeNetworking():Boolean public function set forceNativeNetworking(value:Boolean):void| useRedirectedUrl | property |
useRedirectedUrl:BooleanInstructs the PSDK to use the redirected url for all subsequent calls to the same domain.
public function get useRedirectedUrl():Boolean public function set useRedirectedUrl(value:Boolean):void| NetworkConfiguration | () | Constructor |
public function NetworkConfiguration()Default constructor.