|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndpointPushHandler
Defines the interface for a handler that may be registered by an endpoint with a FlexClient in order to push messages to a connected client.
| Method Summary | |
|---|---|
void |
close()
Invoked to shut down the handler. |
void |
close(boolean disconnectChannel)
Invoked to shut down the handler. |
void |
pushMessages(List messagesToPush)
Invoked by the FlexClient when it has messages to push to the client. |
void |
registerMessageClient(MessageClient messageClient)
Invoked to notify the handler that the MessageClient subscription is using this handler. |
void |
unregisterMessageClient(MessageClient messageClient)
Invoked to notify the handler that a MessageClient subscription that was using it has been invalidated. |
| Method Detail |
|---|
void close()
EndpointPushHandler.close(boolean)void close(boolean disconnectChannel)
disconnectChannel - True to attempt to notify the client of an explicit disconnect in order to
suppress automatic reconnect behavior.void pushMessages(List messagesToPush)
messagesToPush - The list of messages to push.void registerMessageClient(MessageClient messageClient)
messageClient - The MessageClient subscription using this handler.void unregisterMessageClient(MessageClient messageClient)
messageClient - The MessageClient subscription no longer using this handler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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/EndpointPushHandler.html