BayeuxServerImpl
instance for
the transport.AbstractService
provides convenience methods to assist with the
creation of a CometD services.BayeuxServer
provides support for
server-to-client message acknowledgement if a client also supports it.ServerSession
s and disconnects them after a period of inactivity.ActivityExtension
to be installed in the BayeuxServer
ServerSession
, disconnecting it
when the max inactivity period is exceeded.ServerChannel.MessageListener
on the given channel, so that the method
is invoked for each message received on the channel.AbstractHttpTransport
of a BayeuxServer
instance.Operation#CREATE
, Operation#SUBSCRIBE
and Operation#PUBLISH
authorizationOperation#CREATE
authorizationOperation#CREATE
and Operation#SUBSCRIBE
authorizationOperation#PUBLISH
authorizationOperation#SUBSCRIBE
authorizationOperation#SUBSCRIBE
and Operation#PUBLISH
authorizationAuthorizer
implementation grants permission
for a set of operations defined at construction time.JSONDataFilter
walks an object to see if it is a JSON data structure
and calls the appropriate protected method JSONDataFilter.filterString(String)
,
JSONDataFilter.filterNumber(Number)
, JSONDataFilter.filterBoolean(Boolean)
,
JSONDataFilter.filterArray(ServerSession, ServerChannel, Object)
or
JSONDataFilter.filterMap(ServerSession, ServerChannel, Map)
.LocalSession
implementation.ServerSession.Extension
that monitors the activity of the given ServerSession
Copyright © 2008–2016 The CometD Project. All rights reserved.