Uses of Class
org.cometd.server.CometDServlet
-
Packages that use CometDServlet Package Description org.cometd.annotation.server -
-
Uses of CometDServlet in org.cometd.annotation.server
Subclasses of CometDServlet in org.cometd.annotation.server 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.
-