Class WsSci
java.lang.Object
org.apache.tomcat.websocket.server.WsSci
- All Implemented Interfaces:
- ServletContainerInitializer
Registers an interest in any class that is annotated with 
ServerEndpoint so that Endpoint can be published
 via the WebSocket server.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidonStartup(Set<Class<?>> clazzes, ServletContext ctx) Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via theHandlesTypesannotation.
- 
Constructor Details- 
WsScipublic WsSci()
 
- 
- 
Method Details- 
onStartupDescription copied from interface:jakarta.servlet.ServletContainerInitializerReceives notification during startup of a web application of the classes within the web application that matched the criteria defined via theHandlesTypesannotation.- Specified by:
- onStartupin interface- ServletContainerInitializer
- Parameters:
- clazzes- The (possibly null) set of classes that met the specified criteria
- ctx- The ServletContext of the web application in which the classes were discovered
- Throws:
- ServletException- If an error occurs
 
 
-