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(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, InstanceFactory<?> instanceFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, io.undertow.util.PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed) -
Uses of AnnotatedEndpointFactory in io.undertow.websockets.jsr.annotated
Methods in io.undertow.websockets.jsr.annotated that return AnnotatedEndpointFactoryModifier and TypeMethodDescriptionstatic AnnotatedEndpointFactoryAnnotatedEndpointFactory.create(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths)