All Classes
Class
Description
Operations that are to be authorized on a channel
The result of an authentication request.
The Bayeux Context provides information about the current context of a Bayeux message.
The server-side Bayeux interface.
Common base interface for all server-side Bayeux listeners.
Specialized listener for
ServerChannel
events.Extension API for
BayeuxServer
.Specialized listener for
ServerSession
events.Specialized listener for
ServerChannel
subscription events.A
ConfigurableServerChannel
offers an API that can be used to
configure ServerChannel
s at creation time.A listener interface by means of which listeners can atomically
set the initial configuration of a channel.
Utility class that initializes channels to be persistent
Common interface for
ServerChannel
listeners.Tag interface that marks
ConfigurableServerChannel.ServerChannelListener
s as "weak".A
LocalSession
is a ClientSession
within the server.A
SecurityPolicy
defines the broad authorization constraints that must be
enforced by a BayeuxServer
.Server side representation of a Bayeux channel.
Listeners objects that implement this interface will be notified of message publish.
Listener objects that implement this interface will be notified of subscription events.
Representation of a server side message.
The mutable version of a
ServerMessage
Objects implementing this interface are the server-side representation of remote Bayeux clients.
Listener objects that implement this interface will be notified of session addition.
Listeners objects that implement this interface will be notified when the session queue
is being drained to actually deliver the messages.
Extension API for
ServerSession
.Listeners objects that implement this interface will be notified when a
/meta/connect
message is suspended by the server, and when it is subsequently resumed.Listeners objects that implement this interface will be notified of message sending.
Listener objects that implement this interface will be notified when a message
is queued in the session queue.
Listeners objects that implement this interface will be notified when the session queue is full.
Listeners objects that implement this interface will be notified of session removal.
Common interface for
ServerSession
listeners.Server side extension of a Bayeux transport.