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 |
---|---|
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.multipleEndpointsWithOverlappingPaths(PathTemplate template,
PathTemplate existing) |
Constructor and Description |
---|
ConfiguredServerEndpoint(javax.websocket.server.ServerEndpointConfig endpointConfiguration,
InstanceFactory<javax.websocket.Endpoint> endpointFactory,
PathTemplate pathTemplate,
EncodingFactory encodingFactory) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.