套件 | com.adobe.mosaic.om.constants |
類別 | public class ServerConstants |
繼承 | ServerConstants Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
ServerConstants
provides constants to indicate the current
status of a Server in its lifecycle and connection status to the client.
相關 API 元素
com.adobe.mosaic.mxml.ServerSession
com.adobe.mosaic.om.interfaces.ISession
com.adobe.mosaic.om.interfaces.IServer
com.adobe.mosaic.om.interfaces.ISession
com.adobe.mosaic.om.interfaces.IServer
公用常數
常數 | 定義自 | ||
---|---|---|---|
STATE_AUTHENTICATING : String = "authenticating" [靜態]
Constant indicating an authenticating state between client and server. | ServerConstants | ||
STATE_CONNECTED : String = "connected" [靜態]
Constant indicating a connected state between client and server. | ServerConstants | ||
STATE_CONNECTING : String = "connecting" [靜態]
Constant indicating a connecting state between client and server. | ServerConstants | ||
STATE_DISCONNECTED : String = "disconnected" [靜態]
Constant indicating a disconnected state between client and server. | ServerConstants | ||
STATE_ESTABLISHED : String = "established" [靜態]
Constant indicating an established state between client and server. | ServerConstants |
常數詳細資訊
STATE_AUTHENTICATING | 常數 |
public static const STATE_AUTHENTICATING:String = "authenticating"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating an authenticating state between client and server.
STATE_CONNECTED | 常數 |
public static const STATE_CONNECTED:String = "connected"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connected state between client and server.
STATE_CONNECTING | 常數 |
public static const STATE_CONNECTING:String = "connecting"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating a connecting state between client and server.
STATE_DISCONNECTED | 常數 |
public static const STATE_DISCONNECTED:String = "disconnected"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating a disconnected state between client and server.
STATE_ESTABLISHED | 常數 |
public static const STATE_ESTABLISHED:String = "established"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
執行階段版本: | AIR 2.6, Flash Player 10.2 |
Constant indicating an established state between client and server.
Tue Jun 12 2018, 03:47 PM Z