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
ServerChannel
events.Extension API forBayeuxServer
.Specialized listener forServerSession
events.Specialized listener forServerChannel
subscription events.AConfigurableServerChannel
offers an API that can be used to configureServerChannel
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 persistentCommon interface forServerChannel
listeners.Tag interface that marksConfigurableServerChannel.ServerChannelListener
s as "weak".ALocalSession
is aClientSession
within the server.ASecurityPolicy
defines 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 aServerMessage
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 forServerSession
.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 forServerSession
listeners.Server side extension of a Bayeux transport.