Package | Description |
---|---|
org.cometd.server | |
org.cometd.server.ext | |
org.cometd.server.http |
Modifier and Type | Method and Description |
---|---|
ServerSessionImpl |
BayeuxServerImpl.newServerSession() |
Modifier and Type | Method and Description |
---|---|
protected void |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AcknowledgedMessagesSessionExtension.importMessages(ServerSessionImpl session) |
Modifier and Type | Field and Description |
---|---|
protected ServerSessionImpl |
AbstractHttpTransport.Context.session |
Modifier and Type | Method and Description |
---|---|
protected ServerSessionImpl |
AbstractHttpTransport.findSession(Collection<ServerSessionImpl> sessions,
ServerMessage.Mutable message) |
Modifier and Type | Method and Description |
---|---|
protected Collection<ServerSessionImpl> |
AbstractHttpTransport.findCurrentSessions(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and 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,
ServerMessage message) |
Modifier and Type | Method and Description |
---|---|
protected ServerSessionImpl |
AbstractHttpTransport.findSession(Collection<ServerSessionImpl> sessions,
ServerMessage.Mutable message) |
Copyright © 2008–2024 The CometD Project. All rights reserved.