Interface | Description |
---|---|
RemoteCall.Caller |
Objects implementing this interface represent remote clients that
performed remote calls.
|
Class | Description |
---|---|
AnnotationCometDServlet |
A specialized version of
CometDServlet that can be configured with the init-parameter
services to be a comma separated list of class names of annotated services, that will
be processed by ServerAnnotationProcessor upon initialization. |
ServerAnnotationProcessor |
Processes annotations in server-side service objects.
|
Annotation Type | Description |
---|---|
Configure |
For server-side services, identifies channel configuration methods that are invoked
when a message is processed on server-side.
|
RemoteCall |
Identifies callback methods on server-side services that are invoked
when the client is performing a remote call.
|
Copyright © 2008–2024 The CometD Project. All rights reserved.