| Interface | Description |
|---|---|
| Bayeux |
Bayeux Interface.
This interface represents the server side API for the Bayeux messaging protocol. |
| Channel |
A Bayeux Channel represents a channel used to receive messages from and to publish messages to.
|
| Client |
A Bayeux Client.
|
| DataFilter |
Data Filter
Data filters are used to transform data as it is sent to a Channel. |
| Listener |
Cometd Listener interface.
For local clients, in order to receive messages, they pass in a callback object when the local client is created using the Bayeux.newClient(String,Listener) method. |
| Message |
A Bayeux Message
A Bayeux message is a Map of String/Object key value pairs representing the data in the message. |
| SecurityPolicy |
Copyright © 2016 JBoss by Red Hat. All rights reserved.