A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
select(mode:com.pushtechnology.diffusion.notifications:SelectionMode, selection:String) — method, class com.pushtechnology.diffusion.TopicNotifyTopicHandler |
|
Updates the topics notifications that are listened for. |
SelectionMode — final class, package com.pushtechnology.diffusion.notifications |
|
How to modify the list of topics of that a client receives
notifications. |
SelectionMode(code:String) — Constructor, class com.pushtechnology.diffusion.notifications.SelectionMode |
| |
send(topic:String, message:String) — method, class com.pushtechnology.diffusion.DiffusionClient |
|
Send a message to a topic
|
sendCredentials(credentials:com.pushtechnology.diffusion:DiffusionClientCredentials) — method, class com.pushtechnology.diffusion.DiffusionClient |
|
Send the credentials to the Diffusion Server. |
SEND_CREDENTIALS — Constant Static Property, class com.pushtechnology.diffusion.TopicMessage |
| |
sendTopicMessage(topicMessage:com.pushtechnology.diffusion:TopicMessage) — method, class com.pushtechnology.diffusion.DiffusionClient |
|
Send a topic message to the server. |
ServerDetails — class, package com.pushtechnology.diffusion |
| |
ServerDetails(url:String) — Constructor, class com.pushtechnology.diffusion.ServerDetails |
| |
SERVER_PING — Constant Static Property, class com.pushtechnology.diffusion.TopicMessage |
| |
SERVER_REJECTED_CREDENTIALS — Constant Static Property, class com.pushtechnology.diffusion.TopicMessage |
| |
SERVER_REJECTED_CREDENTIALS — Constant Static Property, class com.pushtechnology.diffusion.events.ServerRejectedCredentialsEvent |
| |
ServerRejectedCredentialsEvent — class, package com.pushtechnology.diffusion.events |
|
This event is dispatched after a Send Credentials message type has been sent and the
server rejected the credentials. |
ServerRejectedCredentialsEvent() — Constructor, class com.pushtechnology.diffusion.events.ServerRejectedCredentialsEvent |
| |
SERVICE — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicDataType |
| |
serviceError(errorDetails:com.pushtechnology.diffusion.errors:ServiceTopicError) — method, interface com.pushtechnology.diffusion.ServiceTopicListener |
|
Notifies an error on a service request. |
SERVICE_HANDLER — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
SERVICE_HANDLER_CLASS — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
SERVICE_HEADERS — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
serviceResponse(responseDetails:com.pushtechnology.diffusion:ServiceTopicResponse) — method, interface com.pushtechnology.diffusion.ServiceTopicListener |
|
Notifies a response from a service request. |
SERVICE_TARGET_TOPIC — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
SERVICE_TIMEOUT — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
ServiceTopicError — class, package com.pushtechnology.diffusion.errors |
|
Encapsulates the details of a Service Topic error. |
ServiceTopicError(handler:com.pushtechnology.diffusion:ServiceTopicHandler, requestId:String, errorType:String, errorMessage:String) — Constructor, class com.pushtechnology.diffusion.errors.ServiceTopicError |
|
Constructor. |
ServiceTopicHandler — class, package com.pushtechnology.diffusion |
|
A Service Topic Handler. |
ServiceTopicHandler(diffusionClient:com.pushtechnology.diffusion:DiffusionClient, message:com.pushtechnology.diffusion:TopicMessage, listener:com.pushtechnology.diffusion:ServiceTopicListener) — Constructor, class com.pushtechnology.diffusion.ServiceTopicHandler |
| |
ServiceTopicListener — Interface, package com.pushtechnology.diffusion |
|
Listener for responses from a Service Topic. |
ServiceTopicResponse — class, package com.pushtechnology.diffusion |
|
Encapsulates a response from a service request. |
ServiceTopicResponse(handler:com.pushtechnology.diffusion:ServiceTopicHandler, requestId:String, responseType:String, responseMessage:com.pushtechnology.diffusion:TopicMessage) — Constructor, class com.pushtechnology.diffusion.ServiceTopicResponse |
| |
SERVICE_TYPE — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
setAcknowledged() — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setAckRequired(timeout:int) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setAckTimeout(timeout:int) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setAdditionalDetails(message:String) — method, class com.pushtechnology.diffusion.errors.ServiceTopicError |
|
Set additional details. |
setAutoAck(value:Boolean) — method, class com.pushtechnology.diffusion.DiffusionClient |
|
This method sets if you would like the API to automatically send message acknowledgments back to the server,
or if the implementation is going to respond to the Ack's via the acknowledge funciton. |
setAutoFailover(value:Boolean) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set Auto Failover
|
setCascade(value:Boolean) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set Cascade
|
setConnectionAborted() — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setConnectionLost() — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setConnectionRejected() — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setConnectionTypes(socketConnectionType:int, pollingConnectionType:String, cometConnectionType:String) — method, class com.pushtechnology.diffusion.DiffusionClient |
| |
setCredentials(credentials:com.pushtechnology.diffusion:DiffusionClientCredentials) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set the credentials, is can be ooverridden by setting credentials on server details
|
setCredentials(credentials:com.pushtechnology.diffusion:DiffusionClientCredentials) — method, class com.pushtechnology.diffusion.ServerDetails |
|
Set Credentials, set the credentials for this server, these credentials will override the ConnectionDetails credentials
|
setDirty(value:Boolean) — method, class com.pushtechnology.diffusion.paged.PageStatus |
| |
setEncoding(encoding:int) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setErrorMessage(message:String) — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setExceptionMessage(message:String) — method, class com.pushtechnology.diffusion.errors.ServiceTopicError |
|
Set an exception message. |
setExhaustedServerDetails() — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setHeaders(headers:Array) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setLoadBalancing(value:Boolean) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set Load Balancing
|
setMessage(message:String) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setMessageAsBytes(message:flash.utils:ByteArray) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setMessageType(messageType:int) — method, class com.pushtechnology.diffusion.TopicMessage |
| |
setNotificationDetails(additions:com.pushtechnology.diffusion.notifications:NotificationLevel, removals:Boolean, updates:Boolean) — method, class com.pushtechnology.diffusion.TopicNotifyTopicHandler |
|
Sets the notification level. |
setNotificationLevel(additions:com.pushtechnology.diffusion.notifications:NotificationLevel) — method, class com.pushtechnology.diffusion.TopicNotifyTopicHandler |
|
Sets the notification level. |
setOutputBufferSize(length:int) — method, class com.pushtechnology.diffusion.ServerDetails |
|
Set maximum output buffer size for Batching messages (Only works for HTTP Comet)
|
setPassword(password:String) — method, class com.pushtechnology.diffusion.DiffusionClientCredentials |
| |
setReconnected() — method, class com.pushtechnology.diffusion.events.DiffusionConnectionEvent |
| |
setServerDetailsArray(serverDetails:Array) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set Server Details
|
setTimeout(timeout:int) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set the connection timeout
|
setTimeout(timeout:int) — method, class com.pushtechnology.diffusion.ServerDetails |
|
Set Timeout
|
setTopic(topic:String) — method, class com.pushtechnology.diffusion.TopicMessage |
|
Set the topic for the message
|
setTopicSet(topicSet:String) — method, class com.pushtechnology.diffusion.ConnectionDetails |
|
Set the TopicSet to connect with
|
setTopicSet(topicSet:String) — method, class com.pushtechnology.diffusion.ServerDetails |
|
Set TopicSet, set the topic set for this server, this will override the ConnectionDetails topic set
|
setURL(url:String) — method, class com.pushtechnology.diffusion.ServerDetails |
|
Set URL
|
setUsername(username:String) — method, class com.pushtechnology.diffusion.DiffusionClientCredentials |
| |
SINGLE_VALUE — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicDataType |
| |
SLAVE — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicDataType |
| |
SLAVE_MASTER_TOPIC — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
statusChanged(handler:com.pushtechnology.diffusion:PagedTopicHandler, stauts:com.pushtechnology.diffusion.paged:PageStatus) — method, interface com.pushtechnology.diffusion.PagedTopicListener |
|
Notifies a status change. |
subscribe(topic:String) — method, class com.pushtechnology.diffusion.DiffusionClient |
| |
SUBSCRIPTION_HANDLER — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
SUBSCRIPTION_HANDLER_CLASS — Constant Static Property, class com.pushtechnology.diffusion.topics.TopicProperty |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |