Uses of Class
io.undertow.websockets.jsr.annotated.AnnotatedEndpointFactory
Packages that use AnnotatedEndpointFactory
-
Uses of AnnotatedEndpointFactory in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return AnnotatedEndpointFactoryModifier and TypeMethodDescriptionConfiguredServerEndpoint.getAnnotatedEndpointFactory()
ConfiguredClientEndpoint.getFactory()
Constructors in io.undertow.websockets.jsr with parameters of type AnnotatedEndpointFactoryModifierConstructorDescriptionConfiguredClientEndpoint
(javax.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, io.undertow.servlet.api.InstanceFactory<?> instanceFactory) ConfiguredServerEndpoint
(javax.websocket.server.ServerEndpointConfig endpointConfiguration, io.undertow.servlet.api.InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<javax.websocket.Extension> installed) -
Uses of AnnotatedEndpointFactory in io.undertow.websockets.jsr.annotated
Methods in io.undertow.websockets.jsr.annotated that return AnnotatedEndpointFactoryModifier and TypeMethodDescriptionstatic AnnotatedEndpointFactory
AnnotatedEndpointFactory.create
(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths)