Uses of Class
io.undertow.websockets.util.PathTemplate
Packages that use PathTemplate
-
Uses of PathTemplate in io.undertow.websockets
Methods in io.undertow.websockets that return PathTemplateMethods in io.undertow.websockets with parameters of type PathTemplateModifier and TypeMethodDescriptionfinal jakarta.websocket.DeploymentExceptionJsrWebSocketMessages_$bundle.multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing) jakarta.websocket.DeploymentExceptionJsrWebSocketMessages.multipleEndpointsWithOverlappingPaths(PathTemplate template, PathTemplate existing) Constructors in io.undertow.websockets with parameters of type PathTemplateModifierConstructorDescriptionConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed) -
Uses of PathTemplate in io.undertow.websockets.util
Methods in io.undertow.websockets.util that return PathTemplateMethods in io.undertow.websockets.util that return types with arguments of type PathTemplateMethods in io.undertow.websockets.util with parameters of type PathTemplateModifier and TypeMethodDescriptionWebsocketPathMatcher.add(PathTemplate template, T value) intPathTemplate.compareTo(PathTemplate o)