Uses of Interface
org.cometd.bayeux.server.BayeuxServer
Package
Description
-
Uses of BayeuxServer in org.cometd.annotation.server
ModifierConstructorDescriptionServerAnnotationProcessor
(BayeuxServer bayeuxServer) ServerAnnotationProcessor
(BayeuxServer bayeuxServer, Object... injectables) -
Uses of BayeuxServer in org.cometd.annotation.server.jakarta
Modifier and TypeMethodDescriptionprotected ServerAnnotationProcessor
AnnotationCometDServlet.newServerAnnotationProcessor
(BayeuxServer bayeuxServer) -
Uses of BayeuxServer in org.cometd.bayeux.server
Modifier and TypeMethodDescriptiondefault boolean
SecurityPolicy.canCreate
(BayeuxServer server, ServerSession session, String channelId, ServerMessage message) default void
SecurityPolicy.canCreate
(BayeuxServer server, ServerSession session, String channelId, ServerMessage message, Promise<Boolean> promise) Checks if a message should be allowed to create a new channel.default boolean
SecurityPolicy.canHandshake
(BayeuxServer server, ServerSession session, ServerMessage message) Blocking version ofSecurityPolicy.canHandshake(BayeuxServer, ServerSession, ServerMessage, Promise)
.default void
SecurityPolicy.canHandshake
(BayeuxServer server, ServerSession session, ServerMessage message, Promise<Boolean> promise) Checks if a handshake message should be accepted.default boolean
SecurityPolicy.canPublish
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message) default void
SecurityPolicy.canPublish
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message, Promise<Boolean> promise) Checks if a client can publish a message to a channel.default boolean
SecurityPolicy.canSubscribe
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message) default void
SecurityPolicy.canSubscribe
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message, Promise<Boolean> promise) Checks if a subscribe message from a client is allowed to subscribe to a channel. -
Uses of BayeuxServer in org.cometd.oort
Modifier and TypeMethodDescriptionprotected void
Oort.protectOortChannels
(BayeuxServer bayeux) protected void
Seti.protectSetiChannels
(BayeuxServer bayeux) protected void
Oort.unprotectOortChannels
(BayeuxServer bayeux) protected void
Seti.unprotectSetiChannels
(BayeuxServer bayeux) -
Uses of BayeuxServer in org.cometd.oort.jakarta
Modifier and TypeMethodDescriptionprotected Oort
OortConfigServlet.newOort
(BayeuxServer bayeux, String url) Creates and returns a new Oort instance. -
Uses of BayeuxServer in org.cometd.server
Modifier and TypeMethodDescriptionboolean
DefaultSecurityPolicy.canCreate
(BayeuxServer server, ServerSession session, String channelId, ServerMessage message) boolean
DefaultSecurityPolicy.canHandshake
(BayeuxServer server, ServerSession session, ServerMessage message) boolean
DefaultSecurityPolicy.canPublish
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message) boolean
DefaultSecurityPolicy.canSubscribe
(BayeuxServer server, ServerSession session, ServerChannel channel, ServerMessage message) ModifierConstructorDescriptionAbstractService
(BayeuxServer bayeux, String name) Instantiates a CometD service with the given name.AbstractService
(BayeuxServer bayeux, String name, int maxThreads) Instantiate a CometD service with the given name and max number of pooled threads. -
Uses of BayeuxServer in org.cometd.server.ext
ModifierConstructorDescriptionBinarySessionExtension
(BayeuxServer bayeuxServer) BinarySessionExtension
(BayeuxServer bayeuxServer, boolean decodeToByteBuffer) -
Uses of BayeuxServer in org.cometd.server.filter
ModifierConstructorDescriptionDataFilterMessageListener
(BayeuxServer bayeux, DataFilter... filters) -
Uses of BayeuxServer in org.cometd.server.http
Modifier and TypeMethodDescriptionstatic AbstractHttpTransport
AbstractHttpTransport.find
(BayeuxServer bayeuxServer, CometDRequest request) -
Uses of BayeuxServer in org.cometd.server.http.jakarta
Modifier and TypeMethodDescriptionCometDServlet.getBayeuxServer()
protected BayeuxServer
CometDServlet.newBayeuxServer()
-
Uses of BayeuxServer in org.cometd.server.http.jetty
Modifier and TypeMethodDescriptionCometDHandler.getBayeuxServer()
protected BayeuxServer
CometDHandler.newBayeuxServer()