Uses of Class
org.cometd.server.ServerSessionImpl
-
Uses of ServerSessionImpl in org.cometd.server
Modifier and TypeMethodDescriptionvoid
BayeuxServerImpl.addServerSession
(ServerSessionImpl session, ServerMessage message) boolean
AbstractServerTransport.allowMessageDeliveryDuringHandshake
(ServerSessionImpl session) void
BayeuxServerImpl.extendReply
(ServerSessionImpl sender, ServerSessionImpl session, ServerMessage.Mutable reply, Promise<ServerMessage.Mutable> promise) void
BayeuxServerImpl.handle
(ServerSessionImpl session, ServerMessage.Mutable message, Promise<ServerMessage.Mutable> promise) void
AbstractServerTransport.processReply
(ServerSessionImpl session, ServerMessage.Mutable reply, Promise<ServerMessage.Mutable> promise) protected void
BayeuxServerImpl.publish
(ServerSessionImpl session, ServerChannelImpl channel, ServerMessage.Mutable message, boolean receiving, Promise<Boolean> promise) void
AbstractServerTransport.scheduleExpiration
(ServerSessionImpl session, long metaConnectCycle) protected void
LocalSessionImpl.send
(ServerSessionImpl session, ServerMessage.Mutable message) Enqueues or sends a message to the server.protected boolean
ServerChannelImpl.subscribe
(ServerSessionImpl session, ServerMessage message) protected boolean
ServerChannelImpl.unsubscribe
(ServerSessionImpl session, ServerMessage message) -
Uses of ServerSessionImpl in org.cometd.server.ext
Modifier and TypeMethodDescriptionprotected void
AcknowledgedMessagesSessionExtension.importMessages
(ServerSessionImpl session) -
Uses of ServerSessionImpl in org.cometd.server.http
Modifier and TypeMethodDescriptionprotected ServerSessionImpl
AbstractHttpTransport.findSession
(Collection<ServerSessionImpl> sessions, ServerMessage.Mutable message) TransportContext.session()
Modifier and TypeMethodDescriptionprotected Collection
<ServerSessionImpl> AbstractHttpTransport.findCurrentSessions
(CometDRequest request) Modifier and TypeMethodDescriptionvoid
AbstractHttpTransport.decBrowserId
(ServerSessionImpl session, boolean http2) boolean
AbstractHttpTransport.incBrowserId
(ServerSessionImpl session, boolean http2) Increments the count of sessions for the given browser identifier.void
TransportContext.session
(ServerSessionImpl session) Modifier and TypeMethodDescriptionprotected ServerSessionImpl
AbstractHttpTransport.findSession
(Collection<ServerSessionImpl> sessions, ServerMessage.Mutable message)