Package | Description |
---|---|
io.undertow.util | |
io.undertow.websockets.jsr |
Modifier and Type | Method and Description |
---|---|
static PathTemplate | PathTemplate.create(String inputPath) |
Modifier and Type | Method and Description |
---|---|
Set<PathTemplate> | PathTemplateMatcher.getPathTemplates() |
Modifier and Type | Method and Description |
---|---|
PathTemplateMatcher<T> | PathTemplateMatcher.add(PathTemplate template, T value) |
int | PathTemplate.compareTo(PathTemplate o) |
Modifier and Type | Method and Description |
---|---|
PathTemplate | ConfiguredServerEndpoint.getPathTemplate() |
Modifier and Type | Method and Description |
---|---|
javax.websocket.DeploymentException | JsrWebSocketMessages_$bundle.multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing) |
javax.websocket.DeploymentException | JsrWebSocketMessages.multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing) |
Constructor and Description |
---|
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) |
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration, InstanceFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<javax.websocket.Extension> installed) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.