Class AnnotatedEndpointFactory


  • public class AnnotatedEndpointFactory
    extends java.lang.Object
    Factory that creates annotated end points.
    Author:
    Stuart Douglas
    • Method Detail

      • create

        public static AnnotatedEndpointFactory create​(java.lang.Class<?> endpointClass,
                                                      EncodingFactory encodingFactory,
                                                      java.util.Set<java.lang.String> paths)
                                               throws jakarta.websocket.DeploymentException
        Throws:
        jakarta.websocket.DeploymentException
      • createInstance

        public AnnotatedEndpoint createInstance​(io.undertow.servlet.api.InstanceHandle<?> endpointInstance)