Package io.undertow.websockets.annotated
Class AnnotatedEndpointFactory
java.lang.Object
io.undertow.websockets.annotated.AnnotatedEndpointFactory
Factory that creates annotated end points.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotatedEndpointFactorycreate(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths) createInstance(ObjectHandle<?> endpointInstance)
-
Method Details
-
create
public static AnnotatedEndpointFactory create(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths) throws jakarta.websocket.DeploymentException - Throws:
jakarta.websocket.DeploymentException
-
createInstance
-