Uses of Class
io.fluxzero.sdk.web.WebPattern
Packages that use WebPattern
-
Uses of WebPattern in io.fluxzero.sdk.web
Methods in io.fluxzero.sdk.web that return WebPatternModifier and TypeMethodDescriptionWebsocketHandlerDecorator.SocketPattern.pattern()Returns the value of thepatternrecord component.Methods in io.fluxzero.sdk.web that return types with arguments of type WebPatternModifier and TypeMethodDescriptionWebParameters.getWebPatterns()Expands this configuration into a stream ofWebPatterninstances.WebParameters.getWebPatterns(String rootPath) Expands this configuration into a stream ofWebPatterninstances.static List<WebPattern> WebUtils.getWebPatterns(Class<?> targetClass, Object handler, Executable method) Returns allWebPatterninstances declared on the given method in the given target class.Constructors in io.fluxzero.sdk.web with parameters of type WebPatternModifierConstructorDescriptionprotectedSocketPattern(Executable executable, WebPattern pattern) Creates an instance of aSocketPatternrecord class.