Package com.streamhub.api

The main classes and interfaces of the Streaming API.

See:
          Description

Interface Summary
Client Represents a client - either a browser (Comet) client or a direct client using one of the thick client SDKs (e.g.
Payload A Payload represents a message which is to be sent over the wire to a client or has been received from a client.
Publisher A Publisher allows you to publish to all subscribed clients on a particular topic.
PublishListener This interface is used to receive messages published by clients.
PushServer The server to which connections are made by clients.
SubscriptionListener This interface is used to receive callbacks when a client subscribes or unsubscribes from a topic.
SubscriptionManager Provides the core publish and subscribe listening capabilities of the server.
 

Class Summary
JsonPayload JsonPayload sends its message as a JSON string.
 

Package com.streamhub.api Description

The main classes and interfaces of the Streaming API.



Copyright © 2009 StreamHub. Tutorials, news and guides can be found on the StreamHub Comet Blog.