Index

A B C D G I L N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values

A

addAuthorizer(Authorizer) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
Adds the given Authorizer that grants or denies operations on this channel.
added(ServerSession) - Method in interface org.cometd.bayeux.server.ServerSession.AddListener
Deprecated.
Callback method invoked when the session is added to a BayeuxServer.
added(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.AddedListener
Callback method invoked when the session is added to a BayeuxServer.
added(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.AddListener
Deprecated.
 
addExtension(BayeuxServer.Extension) - Method in interface org.cometd.bayeux.server.BayeuxServer
Adds the given extension to this Bayeux object.
addExtension(ServerSession.Extension) - Method in interface org.cometd.bayeux.server.ServerSession
Adds the given extension to this session.
addListener(BayeuxServer.BayeuxServerListener) - Method in interface org.cometd.bayeux.server.BayeuxServer
Adds a listener to this Bayeux object.
addListener(ConfigurableServerChannel.ServerChannelListener) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
addListener(ServerSession.ServerSessionListener) - Method in interface org.cometd.bayeux.server.ServerSession
Adds the given listener to this session.
ATTRIBUTE - Static variable in interface org.cometd.bayeux.server.BayeuxServer
ServletContext attribute name used to obtain the Bayeux object
authorize(Authorizer.Operation, ChannelId, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.Authorizer
authorize(Authorizer.Operation, ChannelId, ServerSession, ServerMessage, Promise<Authorizer.Result>) - Method in interface org.cometd.bayeux.server.Authorizer
Callback invoked to authorize the given operation on the given channel.
Authorizer - Interface in org.cometd.bayeux.server
Authorizer.Operation - Enum in org.cometd.bayeux.server
Operations that are to be authorized on a channel
Authorizer.Result - Class in org.cometd.bayeux.server
The result of an authentication request.
Authorizer.Result.Denied - Class in org.cometd.bayeux.server
 
Authorizer.Result.Granted - Class in org.cometd.bayeux.server
 
Authorizer.Result.Ignored - Class in org.cometd.bayeux.server
 

B

BayeuxContext - Interface in org.cometd.bayeux.server
The Bayeux Context provides information about the current context of a Bayeux message.
BayeuxServer - Interface in org.cometd.bayeux.server
The server-side Bayeux interface.
BayeuxServer.BayeuxServerListener - Interface in org.cometd.bayeux.server
Common base interface for all server-side Bayeux listeners.
BayeuxServer.ChannelListener - Interface in org.cometd.bayeux.server
Specialized listener for ServerChannel events.
BayeuxServer.Extension - Interface in org.cometd.bayeux.server
Extension API for BayeuxServer.
BayeuxServer.SessionListener - Interface in org.cometd.bayeux.server
Specialized listener for ServerSession events.
BayeuxServer.SubscriptionListener - Interface in org.cometd.bayeux.server
Specialized listener for ServerChannel subscription events.

C

canCreate(BayeuxServer, ServerSession, String, ServerMessage) - Method in interface org.cometd.bayeux.server.SecurityPolicy
canCreate(BayeuxServer, ServerSession, String, ServerMessage, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.SecurityPolicy
Checks if a message should be allowed to create a new channel.
canHandshake(BayeuxServer, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.SecurityPolicy
canHandshake(BayeuxServer, ServerSession, ServerMessage, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.SecurityPolicy
Checks if a handshake message should be accepted.
canPublish(BayeuxServer, ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.SecurityPolicy
canPublish(BayeuxServer, ServerSession, ServerChannel, ServerMessage, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.SecurityPolicy
Checks if a client can publish a message to a channel.
canSubscribe(BayeuxServer, ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.SecurityPolicy
canSubscribe(BayeuxServer, ServerSession, ServerChannel, ServerMessage, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.SecurityPolicy
Checks if a subscribe message from a client is allowed to subscribe to a channel.
channelAdded(ServerChannel) - Method in interface org.cometd.bayeux.server.BayeuxServer.ChannelListener
Callback invoked when a ServerChannel has been added to a BayeuxServer object.
channelRemoved(String) - Method in interface org.cometd.bayeux.server.BayeuxServer.ChannelListener
Callback invoked when a ServerChannel has been removed from a BayeuxServer object.
ConfigurableServerChannel - Interface in org.cometd.bayeux.server
A ConfigurableServerChannel offers an API that can be used to configure ServerChannels at creation time.
ConfigurableServerChannel.Initializer - Interface in org.cometd.bayeux.server
A listener interface by means of which listeners can atomically set the initial configuration of a channel.
ConfigurableServerChannel.Initializer.Persistent - Class in org.cometd.bayeux.server
Utility class that initializes channels to be persistent
ConfigurableServerChannel.ServerChannelListener - Interface in org.cometd.bayeux.server
Common interface for ServerChannel listeners.
ConfigurableServerChannel.ServerChannelListener.Weak - Interface in org.cometd.bayeux.server
Tag interface that marks ConfigurableServerChannel.ServerChannelListeners as "weak".
configureChannel(ConfigurableServerChannel) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
Callback invoked when a channel is created and needs to be configured
configureChannel(ConfigurableServerChannel) - Method in class org.cometd.bayeux.server.ConfigurableServerChannel.Initializer.Persistent
 
CREATE - Enum constant in enum org.cometd.bayeux.server.Authorizer.Operation
The operation to create a channel that does not exist
createChannelIfAbsent(String, ConfigurableServerChannel.Initializer...) - Method in interface org.cometd.bayeux.server.BayeuxServer
Creates a ServerChannel and initializes it atomically if the channel does not exist, or returns it if it already exists.

D

deliver(Session, String, Object, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerSession
Delivers the given information to this session.
deliver(Session, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerSession
Delivers the given message to this session.
deny(String) - Static method in class org.cometd.bayeux.server.Authorizer.Result
 
deQueue(ServerSession, Queue<ServerMessage>) - Method in interface org.cometd.bayeux.server.ServerSession.DeQueueListener
Callback invoked to notify that the queue of messages is about to be sent to the remote client.
deQueue(ServerSession, Queue<ServerMessage>, List<ServerMessage.Mutable>) - Method in interface org.cometd.bayeux.server.ServerSession.DeQueueListener
Callback invoked to notify that the queue of messages and the message replies are about to be sent to the remote client.

G

getAssociated() - Method in interface org.cometd.bayeux.server.ServerMessage
 
getAuthorizers() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
getBayeuxContext() - Method in interface org.cometd.bayeux.server.ServerMessage
 
getChannel(String) - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getChannels() - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getContextAttribute(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the ServletContext (if any) attributes.
getContextInitParameter(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the ServletContext (if any) init parameter.
getContextPath() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getCookie(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Get a transport cookie.
getExtensions() - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getExtensions() - Method in interface org.cometd.bayeux.server.ServerSession
 
getHeader(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Get a transport header.
getHeaderValues(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Get a multi valued transport header.
getHttpSessionAttribute(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the HTTP Session (if any) attributes.
getHttpSessionId() - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the HTTP Session (if any) ID.
getInterval() - Method in interface org.cometd.bayeux.server.ServerSession
 
getInterval() - Method in interface org.cometd.bayeux.server.ServerTransport
 
getLazyTimeout() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
getListeners() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
getLocalAddress() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getLocales() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getLocalSession() - Method in interface org.cometd.bayeux.server.ServerSession
 
getMaxInterval() - Method in interface org.cometd.bayeux.server.ServerSession
 
getMaxInterval() - Method in interface org.cometd.bayeux.server.ServerTransport
 
getMaxLazyTimeout() - Method in interface org.cometd.bayeux.server.ServerTransport
 
getParameter(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Get a transport parameter.
getParameterValues(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Get a multi valued transport parameter.
getProtocol() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getReason() - Method in class org.cometd.bayeux.server.Authorizer.Result.Denied
 
getRemoteAddress() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getRequestAttribute(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the Request (if any) attributes.
getSecurityPolicy() - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getServerSession() - Method in interface org.cometd.bayeux.server.LocalSession
 
getServerTransport() - Method in interface org.cometd.bayeux.server.ServerMessage
 
getServerTransport() - Method in interface org.cometd.bayeux.server.ServerSession
 
getSession(String) - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getSessions() - Method in interface org.cometd.bayeux.server.BayeuxServer
 
getSubscribers() - Method in interface org.cometd.bayeux.server.ServerChannel
 
getSubscriptions() - Method in interface org.cometd.bayeux.server.ServerSession
 
getTimeout() - Method in interface org.cometd.bayeux.server.ServerSession
 
getTimeout() - Method in interface org.cometd.bayeux.server.ServerTransport
 
getURL() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
getUserAgent() - Method in interface org.cometd.bayeux.server.ServerSession
 
getUserPrincipal() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
grant() - Static method in class org.cometd.bayeux.server.Authorizer.Result
 

I

ignore() - Static method in class org.cometd.bayeux.server.Authorizer.Result
 
incoming(ServerSession, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
Callback method invoked every time a message is incoming.
incoming(ServerSession, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
Callback method invoked every time a message is incoming.
invalidateHttpSession() - Method in interface org.cometd.bayeux.server.BayeuxContext
Invalidate the HTTP Session.
isBroadcastToPublisher() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
isBroadcastToPublisher() - Method in interface org.cometd.bayeux.server.ServerSession
 
isDenied() - Method in class org.cometd.bayeux.server.Authorizer.Result.Denied
 
isDenied() - Method in class org.cometd.bayeux.server.Authorizer.Result
 
isGranted() - Method in class org.cometd.bayeux.server.Authorizer.Result.Granted
 
isGranted() - Method in class org.cometd.bayeux.server.Authorizer.Result
 
isLazy() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
isLazy() - Method in interface org.cometd.bayeux.server.ServerMessage
 
isLocalSession() - Method in interface org.cometd.bayeux.server.ServerSession
 
isMetaConnectDeliveryOnly() - Method in interface org.cometd.bayeux.server.ServerSession
 
isMetaConnectDeliveryOnly() - Method in interface org.cometd.bayeux.server.ServerTransport
 
isPersistent() - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
isSecure() - Method in interface org.cometd.bayeux.server.BayeuxContext
 
isUserInRole(String) - Method in interface org.cometd.bayeux.server.BayeuxContext
 

L

LocalSession - Interface in org.cometd.bayeux.server
A LocalSession is a ClientSession within the server.

N

newLocalSession(String) - Method in interface org.cometd.bayeux.server.BayeuxServer
Creates a new LocalSession.
newMessage() - Method in interface org.cometd.bayeux.server.BayeuxServer
 

O

onMessage(ServerSession, ServerChannel, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerChannel.MessageListener
onMessage(ServerSession, ServerChannel, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerChannel.MessageListener
Callback invoked when a message is being published.
onMessage(ServerSession, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.MessageListener
onMessage(ServerSession, ServerSession, ServerMessage, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerSession.MessageListener
Callback invoked when a message is sent.
onResumed(ServerSession, ServerMessage, boolean) - Method in interface org.cometd.bayeux.server.ServerSession.HeartBeatListener
Callback invoked to notify that a /meta/connect message has been resumed.
onSuspended(ServerSession, ServerMessage, long) - Method in interface org.cometd.bayeux.server.ServerSession.HeartBeatListener
Callback invoked to notify that a /meta/connect message has been suspended.
org.cometd.bayeux.server - package org.cometd.bayeux.server
 
outgoing(ServerSession, ServerSession, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
Callback method invoked every time a message is outgoing.
outgoing(ServerSession, ServerSession, ServerMessage.Mutable, Promise<ServerMessage.Mutable>) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
Callback method invoked every time a message is outgoing.

P

Persistent() - Constructor for class org.cometd.bayeux.server.ConfigurableServerChannel.Initializer.Persistent
 
publish(Session, Object, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerChannel
Publishes the given information to this channel.
publish(Session, ServerMessage.Mutable, Promise<Boolean>) - Method in interface org.cometd.bayeux.server.ServerChannel
Publishes the given message to this channel, delivering the message to all the ServerSessions subscribed to this channel.
PUBLISH - Enum constant in enum org.cometd.bayeux.server.Authorizer.Operation
The operation to publish messages to a channel

Q

queued(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.QueueListener
Callback invoked when a message is queued in the session queue.
queueMaxed(ServerSession, Queue<ServerMessage>, ServerSession, Message) - Method in interface org.cometd.bayeux.server.ServerSession.MaxQueueListener
Deprecated.
Callback invoked to notify when the message queue is exceeding the value configured for the transport with the option "maxQueue".
queueMaxed(ServerSession, Queue<ServerMessage>, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.MaxQueueListener
Deprecated.
 
queueMaxed(ServerSession, Queue<ServerMessage>, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.QueueMaxedListener
Callback invoked to notify when the message queue is exceeding the value configured for the transport with the option "maxQueue".

R

rcv(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
rcv(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
rcvMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
rcvMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
remove() - Method in interface org.cometd.bayeux.server.ServerChannel
Removes this channel, and all the children channels.
removeAuthorizer(Authorizer) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
Removes the given Authorizer.
removed(ServerSession, boolean) - Method in interface org.cometd.bayeux.server.ServerSession.RemoveListener
Deprecated.
Callback invoked when the session is removed.
removed(ServerSession, ServerMessage, boolean) - Method in interface org.cometd.bayeux.server.ServerSession.RemovedListener
Callback invoked when the session is removed.
removed(ServerSession, ServerMessage, boolean) - Method in interface org.cometd.bayeux.server.ServerSession.RemoveListener
Deprecated.
 
removeExtension(BayeuxServer.Extension) - Method in interface org.cometd.bayeux.server.BayeuxServer
Removes the given extension from this Bayeux object.
removeExtension(ServerSession.Extension) - Method in interface org.cometd.bayeux.server.ServerSession
Removes the given extension from this session.
removeListener(BayeuxServer.BayeuxServerListener) - Method in interface org.cometd.bayeux.server.BayeuxServer
Removes a listener from this Bayeux object.
removeListener(ConfigurableServerChannel.ServerChannelListener) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
 
removeListener(ServerSession.ServerSessionListener) - Method in interface org.cometd.bayeux.server.ServerSession
Removes the given listener from this session.
removeSession(ServerSession) - Method in interface org.cometd.bayeux.server.BayeuxServer
Removes the given session from this BayeuxServer.
Result() - Constructor for class org.cometd.bayeux.server.Authorizer.Result
 

S

SecurityPolicy - Interface in org.cometd.bayeux.server
A SecurityPolicy defines the broad authorization constraints that must be enforced by a BayeuxServer.
send(ServerSession, ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
send(ServerSession, ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
sendMeta(ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.BayeuxServer.Extension
sendMeta(ServerSession, ServerSession, ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerSession.Extension
ServerChannel - Interface in org.cometd.bayeux.server
Server side representation of a Bayeux channel.
ServerChannel.MessageListener - Interface in org.cometd.bayeux.server
Listeners objects that implement this interface will be notified of message publish.
ServerChannel.SubscriptionListener - Interface in org.cometd.bayeux.server
Listener objects that implement this interface will be notified of subscription events.
ServerMessage - Interface in org.cometd.bayeux.server
Representation of a server side message.
ServerMessage.Mutable - Interface in org.cometd.bayeux.server
The mutable version of a ServerMessage
ServerSession - Interface in org.cometd.bayeux.server
Objects implementing this interface are the server-side representation of remote Bayeux clients.
ServerSession.AddedListener - Interface in org.cometd.bayeux.server
Listener objects that implement this interface will be notified of session addition.
ServerSession.AddListener - Interface in org.cometd.bayeux.server
Deprecated.
ServerSession.DeQueueListener - Interface in org.cometd.bayeux.server
Listeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.
ServerSession.Extension - Interface in org.cometd.bayeux.server
Extension API for ServerSession.
ServerSession.HeartBeatListener - Interface in org.cometd.bayeux.server
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.
ServerSession.MaxQueueListener - Interface in org.cometd.bayeux.server
Deprecated.
ServerSession.MessageListener - Interface in org.cometd.bayeux.server
Listeners objects that implement this interface will be notified of message sending.
ServerSession.QueueListener - Interface in org.cometd.bayeux.server
Listener objects that implement this interface will be notified when a message is queued in the session queue.
ServerSession.QueueMaxedListener - Interface in org.cometd.bayeux.server
Listeners objects that implement this interface will be notified when the session queue is full.
ServerSession.RemovedListener - Interface in org.cometd.bayeux.server
Listeners objects that implement this interface will be notified of session removal.
ServerSession.RemoveListener - Interface in org.cometd.bayeux.server
Deprecated.
ServerSession.ServerSessionListener - Interface in org.cometd.bayeux.server
Common interface for ServerSession listeners.
ServerTransport - Interface in org.cometd.bayeux.server
Server side extension of a Bayeux transport.
sessionAdded(ServerSession, ServerMessage) - Method in interface org.cometd.bayeux.server.BayeuxServer.SessionListener
Callback invoked when a ServerSession has been added to a BayeuxServer object.
sessionRemoved(ServerSession, boolean) - Method in interface org.cometd.bayeux.server.BayeuxServer.SessionListener
sessionRemoved(ServerSession, ServerMessage, boolean) - Method in interface org.cometd.bayeux.server.BayeuxServer.SessionListener
Callback invoked when a ServerSession has been removed from a BayeuxServer object.
setAssociated(ServerMessage.Mutable) - Method in interface org.cometd.bayeux.server.ServerMessage.Mutable
 
setBroadcastToPublisher(boolean) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
Sets whether a publisher that is also a subscriber to the channel will receive the messages it publishes on that channel.
setBroadcastToPublisher(boolean) - Method in interface org.cometd.bayeux.server.ServerSession
Sets whether this session sends messages back to itself.
setHttpSessionAttribute(String, Object) - Method in interface org.cometd.bayeux.server.BayeuxContext
Access the HTTP Session (if any) attributes.
setInterval(long) - Method in interface org.cometd.bayeux.server.ServerSession
 
setLazy(boolean) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
A lazy channel marks all messages published to it as lazy.
setLazy(boolean) - Method in interface org.cometd.bayeux.server.ServerMessage.Mutable
A lazy message does not provoke immediately delivery to the client but it will be delivered at first occasion or after a timeout expires
setLazyTimeout(long) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
Sets the lazy timeout for this channel.
setMaxInterval(long) - Method in interface org.cometd.bayeux.server.ServerSession
 
setMetaConnectDeliveryOnly(boolean) - Method in interface org.cometd.bayeux.server.ServerSession
Sets whether delivery of messages only happen via the /meta/connect channel.
setPersistent(boolean) - Method in interface org.cometd.bayeux.server.ConfigurableServerChannel
A persistent channel is not removed when the last subscription is removed
setSecurityPolicy(SecurityPolicy) - Method in interface org.cometd.bayeux.server.BayeuxServer
 
setTimeout(long) - Method in interface org.cometd.bayeux.server.ServerSession
 
subscribe(ServerSession) - Method in interface org.cometd.bayeux.server.ServerChannel
Subscribes the given session to this channel.
SUBSCRIBE - Enum constant in enum org.cometd.bayeux.server.Authorizer.Operation
The operation to subscribe to a channel to receive messages published to it
subscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.BayeuxServer.SubscriptionListener
Callback invoked when a ServerSession subscribes to a ServerChannel.
subscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerChannel.SubscriptionListener
Callback invoked when the given ServerSession subscribes to the given ServerChannel.

T

toString() - Method in class org.cometd.bayeux.server.Authorizer.Result.Denied
 
toString() - Method in class org.cometd.bayeux.server.Authorizer.Result
 

U

unsubscribe(ServerSession) - Method in interface org.cometd.bayeux.server.ServerChannel
Unsubscribes the given session from this channel.
unsubscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.BayeuxServer.SubscriptionListener
Callback invoked when a ServerSession unsubscribes from a ServerChannel.
unsubscribed(ServerSession, ServerChannel, ServerMessage) - Method in interface org.cometd.bayeux.server.ServerChannel.SubscriptionListener
Callback invoked when the given ServerSession unsubscribes from the given ServerChannel.

V

valueOf(String) - Static method in enum org.cometd.bayeux.server.Authorizer.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.cometd.bayeux.server.Authorizer.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D G I L N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values