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 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.Method parameters in io.fluxzero.sdk.web with type arguments of type WebPatternModifier and TypeMethodDescriptionprotected Handler<DeserializingMessage> WebsocketHandlerDecorator.enableHandshake(Handler<DeserializingMessage> handler, List<WebPattern> socketPatterns)