Uses of Class
io.undertow.websockets.jsr.annotated.AnnotatedEndpointFactory
-
Packages that use AnnotatedEndpointFactory Package Description io.undertow.websockets.jsr io.undertow.websockets.jsr.annotated -
-
Uses of AnnotatedEndpointFactory in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return AnnotatedEndpointFactory Modifier and Type Method Description AnnotatedEndpointFactoryConfiguredServerEndpoint. getAnnotatedEndpointFactory()AnnotatedEndpointFactoryConfiguredClientEndpoint. getFactory()Constructors in io.undertow.websockets.jsr with parameters of type AnnotatedEndpointFactory Constructor Description ConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, InstanceFactory<?> instanceFactory)ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, 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 AnnotatedEndpointFactory Modifier and Type Method Description static AnnotatedEndpointFactoryAnnotatedEndpointFactory. create(Class<?> endpointClass, EncodingFactory encodingFactory, Set<String> paths)
-