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