This flag is set to true when the client channel that this subscription was
established over is disconnected.
It supports cleaning up per-endpoint outbound queues maintained by the FlexClient.
If the client notifies the server that its channel is disconnecting, the FlexClient
does not need to maintain an outbound queue containing a subscription invalidation
message for this MessageClient to send to the client.
A set of all of the subscriptions managed by this message client.
valid
boolean valid
Flag indicating whether this client is valid or not.
willTimeout
boolean willTimeout
Flag that indicates whether the MessageClient has a per-destination subscription timeout.
If false, the MessageClient will remain valid until its associated FlexSession is invalidated.
registered
boolean registered
Has anyone explicitly registered this message client. This indicates that
there is a reference to this MessageClient which is not an explicit subscription.
This is a hook for FDMS and other adapters which want to use pushMessageToClients
with clientIds but that do not want the subscription manager to manage subscriptions
for them.
Determines whether an ASObject is created by default for a type that is
missing on the server, instead of throwing a server resource not found
exception.
enableSmallMessages
boolean enableSmallMessages
Provides a way to control whether small messages should be sent even
if the client can support them. If set to false, small messages
will not be sent.
The default is true.
instantiateTypes
boolean instantiateTypes
Determines whether type information will be used to instantiate a new instance.
If set to false, types will be deserialized as flex.messaging.io.ASObject instances
with type information retained but not used to create an instance.
Note that types in the flex.* package (and any subpackage) will always be
instantiated.
The default is true.
This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.