Uses of Interface
org.cometd.bayeux.server.LocalSession
-
Uses of LocalSession in org.cometd.bayeux.server
Modifier and TypeMethodDescriptionServerSession.getLocalSession()
BayeuxServer.newLocalSession
(String idHint) Creates a newLocalSession
. -
Uses of LocalSession in org.cometd.oort
Modifier and TypeMethodDescriptionOortLong.getLocalSession()
OortObject.getLocalSession()
OortService.getLocalSession()
Oort.getOortSession()
-
Uses of LocalSession in org.cometd.server
Modifier and TypeMethodDescriptionAbstractService.getLocalSession()
ServerSessionImpl.getLocalSession()
BayeuxServerImpl.newLocalSession
(String idHint) Modifier and TypeMethodDescriptionprotected void
AbstractService.exception
(String method, ServerSession session, LocalSession local, ServerMessage message, Throwable x) Handles exceptions during the invocation of a mapped method.