Uses of Class
org.cometd.server.CometDServlet
Package | Description |
---|---|
org.cometd.annotation |
-
Uses of CometDServlet in org.cometd.annotation
Subclasses of CometDServlet in org.cometd.annotation Modifier and Type Class Description class
AnnotationCometDServlet
A specialized version ofCometDServlet
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 byServerAnnotationProcessor
upon initialization.