Uses of Class
org.cometd.server.ServerSessionImpl
Packages that use ServerSessionImpl
-
Uses of ServerSessionImpl in org.cometd.server
Methods in org.cometd.server that return ServerSessionImplMethods in org.cometd.server with parameters of type ServerSessionImplModifier and TypeMethodDescriptionprotected voidBayeuxServerImpl.addServerSession(ServerSessionImpl session, ServerMessage message) booleanAbstractServerTransport.allowMessageDeliveryDuringHandshake(ServerSessionImpl session) voidBayeuxServerImpl.extendReply(ServerSessionImpl sender, ServerSessionImpl session, ServerMessage.Mutable reply, org.cometd.bayeux.Promise<ServerMessage.Mutable> promise) voidBayeuxServerImpl.handle(ServerSessionImpl session, ServerMessage.Mutable message, org.cometd.bayeux.Promise<ServerMessage.Mutable> promise) voidAbstractServerTransport.processReply(ServerSessionImpl session, ServerMessage.Mutable reply, org.cometd.bayeux.Promise<ServerMessage.Mutable> promise) protected voidBayeuxServerImpl.publish(ServerSessionImpl session, ServerChannelImpl channel, ServerMessage.Mutable message, boolean receiving, org.cometd.bayeux.Promise<Boolean> promise) voidAbstractServerTransport.scheduleExpiration(ServerSessionImpl session, long metaConnectCycle) protected voidLocalSessionImpl.send(ServerSessionImpl session, ServerMessage.Mutable message) Enqueues or sends a message to the server.protected booleanServerChannelImpl.subscribe(ServerSessionImpl session, ServerMessage message) protected booleanServerChannelImpl.unsubscribe(ServerSessionImpl session, ServerMessage message) -
Uses of ServerSessionImpl in org.cometd.server.ext
Methods in org.cometd.server.ext with parameters of type ServerSessionImplModifier and TypeMethodDescriptionprotected voidAcknowledgedMessagesSessionExtension.importMessages(ServerSessionImpl session) -
Uses of ServerSessionImpl in org.cometd.server.http
Fields in org.cometd.server.http declared as ServerSessionImplModifier and TypeFieldDescriptionprotected ServerSessionImplAbstractHttpTransport.Context.sessionMethods in org.cometd.server.http that return ServerSessionImplModifier and TypeMethodDescriptionprotected ServerSessionImplAbstractHttpTransport.findSession(Collection<ServerSessionImpl> sessions, ServerMessage.Mutable message) Methods in org.cometd.server.http that return types with arguments of type ServerSessionImplModifier and TypeMethodDescriptionprotected Collection<ServerSessionImpl>AbstractHttpTransport.findCurrentSessions(jakarta.servlet.http.HttpServletRequest request) Methods in org.cometd.server.http with parameters of type ServerSessionImplModifier and TypeMethodDescriptionprotected voidAbstractHttpTransport.decBrowserId(ServerSessionImpl session, boolean http2) protected booleanAbstractHttpTransport.incBrowserId(ServerSessionImpl session, boolean http2) Increments the count of sessions for the given browser identifier.protected voidAbstractStreamHttpTransport.writeMessage(jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.ServletOutputStream output, ServerSessionImpl session, ServerMessage message) Method parameters in org.cometd.server.http with type arguments of type ServerSessionImplModifier and TypeMethodDescriptionprotected ServerSessionImplAbstractHttpTransport.findSession(Collection<ServerSessionImpl> sessions, ServerMessage.Mutable message)