Package org.glassfish.tyrus.sample.cdi
Class ApplicationConfig
java.lang.Object
org.glassfish.tyrus.sample.cdi.ApplicationConfig
- All Implemented Interfaces:
jakarta.websocket.server.ServerApplicationConfig
public class ApplicationConfig
extends Object
implements jakarta.websocket.server.ServerApplicationConfig
- Author:
- Pavel Bucek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnnotatedEndpointClasses(Set<Class<?>> scanned) Set<jakarta.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends jakarta.websocket.Endpoint>> endpointClasses)
-
Constructor Details
-
ApplicationConfig
public ApplicationConfig()
-
-
Method Details
-
getEndpointConfigs
public Set<jakarta.websocket.server.ServerEndpointConfig> getEndpointConfigs(Set<Class<? extends jakarta.websocket.Endpoint>> endpointClasses) - Specified by:
getEndpointConfigsin interfacejakarta.websocket.server.ServerApplicationConfig
-
getAnnotatedEndpointClasses
- Specified by:
getAnnotatedEndpointClassesin interfacejakarta.websocket.server.ServerApplicationConfig
-