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