openfl.net
.. | |
---|---|
NetConnection | The NetConnection class creates a two-way connection between a client and
a server. The client can be a Flash Player or AIR application. The server
can be a web server, Flash Media Server, an application server running
Flash Remoting, or the <a
href="http://labs.adobe.com/technologies/stratus/" scope="external">Adobe
Stratus service. Call |
NetStream | The NetStream class opens a one-way streaming channel over a NetConnection. Use the NetStream class to do the following: |
ObjectEncoding | The ObjectEncoding class is used in defining serialization settings in classes that serialize objects (such as FileStream, NetStream, NetConnection, SharedObject, and ByteArray). |
URLLoader | The URLLoader class downloads data from a URL as text, binary data, or URL-encoded variables. It is useful for downloading text files, XML, or other information to be used in a dynamic, data-driven application. |
URLLoaderDataFormat | The URLLoaderDataFormat class provides values that specify how downloaded data is received. |
URLRequest | The URLRequest class captures all of the information in a single HTTP
request. URLRequest objects are passed to the |
URLRequestDefaults | The URLRequestDefaults class includes static properties that you can set to define
default values for the properties of the URLRequest class. It also includes a static
method, |
URLRequestHeader | A URLRequestHeader object encapsulates a single HTTP request header and
consists of a name/value pair. URLRequestHeader objects are used in the
|
URLRequestMethod | The URLRequestMethod class provides values that specify whether the
URLRequest object should use the |