BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4
None
Hide Filters
 

air.net 

(Beta)

This package includes classes used for network detection. The classes in this package are not defined in the runtime. This package is only available to content running in the AIR runtime. In a SWF-based application, you must include the ServiceMonitor.swc file in the compiler to access these classes. In an HTML-based application, you must load the ServiceMonitor.swf file (via a script tag) to access these classes.



Classes
 ClassDescription
 SecureSocketMonitor     A SecureSocketMonitor object monitors availablity of a TCP endpoint over Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols.
 ServiceMonitor     The ServiceMonitor class implements the framework for monitoring the status and availability of network services.
 SocketMonitor     A SocketMonitor object monitors availablity of a TCP endpoint.
 URLMonitor     The URLMonitor class monitors availablity of an HTTP- or HTTPS-based service.