Package | Description |
---|---|
io.undertow.websockets.jsr | |
io.undertow.websockets.jsr.annotated |
Modifier and Type | Method and Description |
---|---|
AnnotatedEndpointFactory |
ConfiguredServerEndpoint.getAnnotatedEndpointFactory() |
AnnotatedEndpointFactory |
ConfiguredClientEndpoint.getFactory() |
Constructor and 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,
List<javax.websocket.Extension> installed) |
Modifier and Type | Method and Description |
---|---|
static AnnotatedEndpointFactory |
AnnotatedEndpointFactory.create(Class<?> endpointClass,
EncodingFactory encodingFactory,
Set<String> paths) |
Copyright © 2018. All rights reserved.