Uses of Package
org.cometd.bayeux.server
-
Classes in org.cometd.bayeux.server used by org.cometd.bayeux.serverClassDescriptionOperations 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.Extension API for
BayeuxServer
.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.Common interface forServerChannel
listeners.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.Representation of a server side message.The mutable version of aServerMessage
Objects implementing this interface are the server-side representation of remote Bayeux clients.Extension API forServerSession
.Common interface forServerSession
listeners.Server side extension of a Bayeux transport.