Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.oort | |
org.cometd.server |
Modifier and Type | Method and Description |
---|---|
LocalSession |
ServerSession.getLocalSession() |
LocalSession |
BayeuxServer.newLocalSession(String idHint)
Creates a new
LocalSession . |
Modifier and Type | Method and Description |
---|---|
LocalSession |
OortService.getLocalSession() |
LocalSession |
OortLong.getLocalSession() |
LocalSession |
OortObject.getLocalSession() |
LocalSession |
Oort.getOortSession() |
Modifier and Type | Class and Description |
---|---|
class |
LocalSessionImpl
A
LocalSession implementation. |
Modifier and Type | Method and Description |
---|---|
LocalSession |
AbstractService.getLocalSession() |
LocalSession |
ServerSessionImpl.getLocalSession() |
LocalSession |
BayeuxServerImpl.newLocalSession(String idHint) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractService.exception(String method,
ServerSession session,
LocalSession local,
ServerMessage message,
Throwable x)
Handles exceptions during the invocation of a mapped method.
|
Copyright © 2008–2024 The CometD Project. All rights reserved.