Package | Description |
---|---|
org.cometd.server | |
org.cometd.server.ext | |
org.cometd.server.transport |
Modifier and Type | Method | Description |
---|---|---|
ServerSessionImpl |
BayeuxServerImpl.newServerSession() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
BayeuxServerImpl.addServerSession(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage message) |
|
boolean |
AbstractServerTransport.allowMessageDeliveryDuringHandshake(ServerSessionImpl session) |
|
void |
BayeuxServerImpl.extendReply(ServerSessionImpl sender,
ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable reply,
org.cometd.bayeux.Promise<org.cometd.bayeux.server.ServerMessage.Mutable> promise) |
|
void |
BayeuxServerImpl.handle(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable message,
org.cometd.bayeux.Promise<org.cometd.bayeux.server.ServerMessage.Mutable> promise) |
|
void |
AbstractServerTransport.processReply(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable reply,
org.cometd.bayeux.Promise<org.cometd.bayeux.server.ServerMessage.Mutable> promise) |
|
protected void |
BayeuxServerImpl.publish(ServerSessionImpl session,
ServerChannelImpl channel,
org.cometd.bayeux.server.ServerMessage.Mutable message,
boolean receiving,
org.cometd.bayeux.Promise<java.lang.Boolean> promise) |
|
protected void |
LocalSessionImpl.send(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage.Mutable message) |
Enqueues or sends a message to the server.
|
protected boolean |
ServerChannelImpl.subscribe(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage message) |
|
protected boolean |
ServerChannelImpl.unsubscribe(ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage message) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AcknowledgedMessagesSessionExtension.importMessages(ServerSessionImpl session) |
Modifier and Type | Field | Description |
---|---|---|
protected ServerSessionImpl |
AbstractHttpTransport.Context.session |
Modifier and Type | Method | Description |
---|---|---|
protected ServerSessionImpl |
AbstractHttpTransport.findSession(java.util.Collection<ServerSessionImpl> sessions,
org.cometd.bayeux.server.ServerMessage.Mutable message) |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Collection<ServerSessionImpl> |
AbstractHttpTransport.findCurrentSessions(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractHttpTransport.decBrowserId(ServerSessionImpl session,
boolean http2) |
|
protected boolean |
AbstractHttpTransport.incBrowserId(ServerSessionImpl session,
boolean http2) |
Increments the count of sessions for the given browser identifier.
|
protected void |
AbstractStreamHttpTransport.writeMessage(javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletOutputStream output,
ServerSessionImpl session,
org.cometd.bayeux.server.ServerMessage message) |
Modifier and Type | Method | Description |
---|---|---|
protected ServerSessionImpl |
AbstractHttpTransport.findSession(java.util.Collection<ServerSessionImpl> sessions,
org.cometd.bayeux.server.ServerMessage.Mutable message) |
Copyright © 2008–2017 The CometD Project. All rights reserved.