Uses of Class
io.undertow.util.PathTemplate
-
Packages that use PathTemplate Package Description io.undertow.util io.undertow.websockets.jsr -
-
Uses of PathTemplate in io.undertow.util
Methods in io.undertow.util that return PathTemplate Modifier and Type Method Description static PathTemplatePathTemplate. create(String inputPath)Methods in io.undertow.util that return types with arguments of type PathTemplate Modifier and Type Method Description Set<PathTemplate>PathTemplateMatcher. getPathTemplates()Methods in io.undertow.util with parameters of type PathTemplate Modifier and Type Method Description PathTemplateMatcher<T>PathTemplateMatcher. add(PathTemplate template, T value)intPathTemplate. compareTo(PathTemplate o) -
Uses of PathTemplate in io.undertow.websockets.jsr
Methods in io.undertow.websockets.jsr that return PathTemplate Modifier and Type Method Description PathTemplateConfiguredServerEndpoint. getPathTemplate()Methods in io.undertow.websockets.jsr with parameters of type PathTemplate Modifier and Type Method Description javax.websocket.DeploymentExceptionJsrWebSocketMessages_$bundle. multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing)javax.websocket.DeploymentExceptionJsrWebSocketMessages. multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing)Constructors in io.undertow.websockets.jsr with parameters of type PathTemplate Constructor 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)
-