Class Conditions
- java.lang.Object
-
- de.quantummaid.httpmaid.websocketsevents.Conditions
-
public final class Conditions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExternalEventMappingclosingAllWebSockets()static ExternalEventMappingclosingAllWebSocketsThat(WebSocketForEventFilter filter)static ExternalEventMappingforwardingItToAllWebSocketsThat(WebSocketForEventFilter filter)static GenerationConditionwebSocketIsTaggedWith(String tag)
-
-
-
Method Detail
-
webSocketIsTaggedWith
public static GenerationCondition webSocketIsTaggedWith(String tag)
-
forwardingItToAllWebSocketsThat
public static ExternalEventMapping forwardingItToAllWebSocketsThat(WebSocketForEventFilter filter)
-
closingAllWebSockets
public static ExternalEventMapping closingAllWebSockets()
-
closingAllWebSocketsThat
public static ExternalEventMapping closingAllWebSocketsThat(WebSocketForEventFilter filter)
-
-