Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.server | |
org.cometd.server.ext |
Modifier and Type | Method and Description |
---|---|
List<ServerSession.Extension> |
ServerSession.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.addExtension(ServerSession.Extension extension)
Adds the given extension to this session.
|
void |
ServerSession.removeExtension(ServerSession.Extension extension)
Removes the given extension from this session.
|
Modifier and Type | Method and Description |
---|---|
List<ServerSession.Extension> |
ServerSessionImpl.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionImpl.addExtension(ServerSession.Extension extension) |
void |
ServerSessionImpl.removeExtension(ServerSession.Extension extension) |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedMessagesSessionExtension
Tracks the batch id of messages sent to a client.
|
static class |
ActivityExtension.SessionExtension
Monitors the activity of a single
ServerSession , disconnecting it
when the max inactivity period is exceeded. |
class |
BinarySessionExtension
An extension that encodes/decodes binary data for a
ServerSession . |
Modifier and Type | Method and Description |
---|---|
protected ServerSession.Extension |
ActivityExtension.newSessionExtension(ServerSession session,
ServerMessage handshake)
Creates a new
ServerSession.Extension that monitors the activity of the given ServerSession |
Copyright © 2008–2024 The CometD Project. All rights reserved.