Uses of Interface
org.cometd.bayeux.server.BayeuxServer
Packages that use BayeuxServer
Package
Description
-
Uses of BayeuxServer in org.cometd.annotation.server
Constructors in org.cometd.annotation.server with parameters of type BayeuxServerModifierConstructorDescriptionServerAnnotationProcessor
(BayeuxServer bayeuxServer) ServerAnnotationProcessor
(BayeuxServer bayeuxServer, Object... injectables) -
Uses of BayeuxServer in org.cometd.annotation.server.jakarta
Methods in org.cometd.annotation.server.jakarta with parameters of type BayeuxServerModifier and TypeMethodDescriptionprotected ServerAnnotationProcessor
AnnotationCometDServlet.newServerAnnotationProcessor
(BayeuxServer bayeuxServer) -
Uses of BayeuxServer in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server with parameters of type BayeuxServerModifier 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
Methods in org.cometd.oort that return BayeuxServerMethods in org.cometd.oort with parameters of type BayeuxServerModifier 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) Constructors in org.cometd.oort with parameters of type BayeuxServer -
Uses of BayeuxServer in org.cometd.oort.jakarta
Methods in org.cometd.oort.jakarta with parameters of type BayeuxServerModifier and TypeMethodDescriptionprotected Oort
OortConfigServlet.newOort
(BayeuxServer bayeux, String url) Creates and returns a new Oort instance. -
Uses of BayeuxServer in org.cometd.server
Classes in org.cometd.server that implement BayeuxServerMethods in org.cometd.server that return BayeuxServerMethods in org.cometd.server with parameters of type BayeuxServerModifier 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) Constructors in org.cometd.server with parameters of type BayeuxServerModifierConstructorDescriptionAbstractService
(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
Constructors in org.cometd.server.ext with parameters of type BayeuxServerModifierConstructorDescriptionBinarySessionExtension
(BayeuxServer bayeuxServer) BinarySessionExtension
(BayeuxServer bayeuxServer, boolean decodeToByteBuffer) -
Uses of BayeuxServer in org.cometd.server.filter
Constructors in org.cometd.server.filter with parameters of type BayeuxServerModifierConstructorDescriptionDataFilterMessageListener
(BayeuxServer bayeux, DataFilter... filters) -
Uses of BayeuxServer in org.cometd.server.http
Methods in org.cometd.server.http with parameters of type BayeuxServerModifier and TypeMethodDescriptionstatic AbstractHttpTransport
AbstractHttpTransport.find
(BayeuxServer bayeuxServer, CometDRequest request) -
Uses of BayeuxServer in org.cometd.server.http.jakarta
Methods in org.cometd.server.http.jakarta that return BayeuxServerModifier and TypeMethodDescriptionCometDServlet.getBayeuxServer()
protected BayeuxServer
CometDServlet.newBayeuxServer()
-
Uses of BayeuxServer in org.cometd.server.http.jetty
Methods in org.cometd.server.http.jetty that return BayeuxServerModifier and TypeMethodDescriptionCometDHandler.getBayeuxServer()
protected BayeuxServer
CometDHandler.newBayeuxServer()