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 AnnotatedEndpointFactory
ConfiguredServerEndpoint. getAnnotatedEndpointFactory()
AnnotatedEndpointFactory
ConfiguredClientEndpoint. getFactory()
Constructors in io.undertow.websockets.jsr with parameters of type AnnotatedEndpointFactory Constructor Description ConfiguredClientEndpoint(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, java.util.List<javax.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 AnnotatedEndpointFactory
AnnotatedEndpointFactory. create(java.lang.Class<?> endpointClass, EncodingFactory encodingFactory, java.util.Set<java.lang.String> paths)
-