Uses of Class
flex.messaging.client.FlexClient

Packages that use FlexClient
flex.messaging Messaging classes. 
flex.messaging.client FlexClient-related classes. 
flex.messaging.endpoints Message endpoint classes. 
 

Uses of FlexClient in flex.messaging
 

Methods in flex.messaging that return FlexClient
static FlexClient FlexContext.getFlexClient()
          The FlexClient for the current request.
 FlexClient MessageClient.getFlexClient()
          Returns the FlexClient associated with this MessageClient.
 

Uses of FlexClient in flex.messaging.client
 

Methods in flex.messaging.client that return FlexClient
 FlexClient FlexClientBindingEvent.getClient()
          Returns the FlexClient that generated the event.
 FlexClient FlexClient.AsyncPollWithTimeout.getFlexClient()
           
 FlexClient FlexClientOutboundQueueProcessor.getFlexClient()
          Returns the associated FlexClient.
 

Methods in flex.messaging.client with parameters of type FlexClient
 void FlexClientListener.clientCreated(FlexClient client)
          Notification that a FlexClient was created.
 void FlexClientListener.clientDestroyed(FlexClient client)
          Notification that a FlexClient is about to be destroyed.
 

Constructors in flex.messaging.client with parameters of type FlexClient
FlexClient.AsyncPollWithTimeout(FlexClient flexClient, FlexSession session, FlexClient.EndpointQueue queue, AsyncPollHandler handler, long waitIntervalMillis, String endpointId)
           
FlexClientBindingEvent(FlexClient client, String name)
          Constructs an event for an attribute that is bound or unbound from a FlexClient.
FlexClientBindingEvent(FlexClient client, String name, Object value)
          Constructs an event for an attribute that is added to a FlexClient or replaced by a new value.
 

Uses of FlexClient in flex.messaging.endpoints
 

Methods in flex.messaging.endpoints that return FlexClient
 FlexClient AbstractEndpoint.setupFlexClient(Message message)
          Utility method that endpoint implementations (or associated classes) should invoke when they receive an incoming message from a client but before servicing it.
 FlexClient AbstractEndpoint.setupFlexClient(String id)
          Utility method that endpoint implementations (or associated classes) should invoke when they receive an incoming message from a client but before servicing it.
 FlexClient BaseHTTPEndpoint.setupFlexClient(String id)
          Overrides to guard against duplicate HTTP-based sessions for the same FlexClient which will occur if the remote host has disabled session cookies.
 



Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/client/class-use/FlexClient.html