Uses of Class
io.fluxcapacitor.javaclient.web.WebPattern
Packages that use WebPattern
-
Uses of WebPattern in io.fluxcapacitor.javaclient.web
Methods in io.fluxcapacitor.javaclient.web that return types with arguments of type WebPatternModifier and TypeMethodDescriptionWebParameters.getWebPatterns()
Expands this configuration into a stream ofWebPattern
instances.WebParameters.getWebPatterns
(String rootPath) Expands this configuration into a stream ofWebPattern
instances.static List
<WebPattern> WebUtils.getWebPatterns
(Class<?> targetClass, Object handler, Executable method) Returns allWebPattern
instances declared on the given method in the given target class.Method parameters in io.fluxcapacitor.javaclient.web with type arguments of type WebPatternModifier and TypeMethodDescriptionprotected Handler
<DeserializingMessage> WebsocketHandlerDecorator.enableHandshake
(Handler<DeserializingMessage> handler, List<WebPattern> socketPatterns)