Package org.cometd.bayeux.server
package org.cometd.bayeux.server
-
ClassDescriptionOperations that are to be authorized on a channelThe 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
ServerChannelevents.Extension API forBayeuxServer.Specialized listener forServerSessionevents.Specialized listener forServerChannelsubscription events.AConfigurableServerChanneloffers an API that can be used to configureServerChannels 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 persistentCommon interface forServerChannellisteners.Tag interface that marksConfigurableServerChannel.ServerChannelListeners as "weak".ALocalSessionis aClientSessionwithin the server.ASecurityPolicydefines the broad authorization constraints that must be enforced by aBayeuxServer.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 aServerMessageObjects 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 forServerSession.Listeners objects that implement this interface will be notified when a/meta/connectmessage 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 forServerSessionlisteners.Server side extension of a Bayeux transport.