Package org.cometd.server
-
Interface Summary Interface Description AbstractServerTransport.Scheduler Performs server-to-client transport operations when a/meta/connect
message is held and a server-side message is published.JSONContextServer Server specificJSONContext
that binds toServerMessage.Mutable
. -
Class Summary Class Description AbstractServerTransport The base class of all server transports.AbstractServerTransport.Scheduler.None A scheduler that does not perform any operation but remembers the/meta/connect
cycle.AbstractService AbstractService
provides convenience methods to assist with the creation of a CometD services.BayeuxServerImpl CometDServlet The CometD Servlet maps HTTP requests to theAbstractHttpTransport
of aBayeuxServer
instance.DefaultSecurityPolicy JacksonJSONContextServer JettyJSONContextServer LocalSessionImpl ALocalSession
implementation.ServerChannelImpl ServerMessageImpl ServerSessionImpl