(Preview)
Package | mx.messaging.channels |
Class | public class SecureAMFChannel |
Inheritance | SecureAMFChannel ![]() ![]() ![]() ![]() ![]() ![]() |
Language Version: | ActionScript 3.0 |
Product Versions: | BlazeDS 4, LiveCycle Data Services for Java EE 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Public Properties
Property | Defined By | ||
---|---|---|---|
![]() | authenticated : Boolean [read-only]
Indicates if this channel is authenticated. | Channel | |
![]() | endpoint : String [read-only]
Provides access to the endpoint for this channel. | Channel | |
![]() | failoverURIs : Array
Provides access to the set of endpoint URIs that this channel can
attempt to failover to if the endpoint is clustered. | Channel | |
![]() | id : String
Provides access to the id of this channel. | Channel | |
![]() | reconnecting : Boolean [read-only]
Indicates whether this channel is in the process of reconnecting to an
alternate endpoint. | Channel | |
![]() | requestTimeout : int
Provides access to the default request timeout in seconds for the
channel. | Channel | |
![]() | uri : String
Provides access to the URI used to create the whole endpoint URI for this channel. | Channel |
Protected Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() |
Subclasses should override this method to apply any settings that may be
necessary for an individual channel. | Channel | |
![]() |
Connects the ChannelSet to the Channel. | Channel | |
![]() |
Disconnects the ChannelSet from the Channel. | Channel | |
![]() |
Sends a CommandMessage to the server to logout if the Channel is connected. | Channel | |
![]() |
Sets the credentials to the specified value. | Channel |
Protected Methods
Protected Constants
Wed Nov 21 2018, 06:34 AM -08:00