Class WebsocketCatchAllRoute
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.WebsocketCatchAllRoute
-
- All Implemented Interfaces:
GenerationCondition
public final class WebsocketCatchAllRoute extends Object implements GenerationCondition
-
-
Constructor Summary
Constructors Constructor Description WebsocketCatchAllRoute()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangenerate(MetaData metaData)static GenerationConditionwebSocketCatchAllRoute()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.generator.GenerationCondition
isSubsetOf, pathParameters
-
-
-
-
Method Detail
-
webSocketCatchAllRoute
public static GenerationCondition webSocketCatchAllRoute()
-
generate
public boolean generate(MetaData metaData)
- Specified by:
generatein interfaceGenerationCondition
-
-