Package org.cometd.bayeux
Class Bayeux.Validator
java.lang.Object
org.cometd.bayeux.Bayeux.Validator
- Enclosing interface:
- Bayeux
public static class Bayeux.Validator
extends java.lang.Object
Validates Bayeux protocol elements such as channel ids and message ids.
-
Constructor Summary
Constructors Constructor Description Validator() -
Method Summary
Modifier and Type Method Description static booleanisValidChannelId(java.lang.String channelId)static booleanisValidMessageId(java.lang.String messageId)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
isValidChannelId
public static boolean isValidChannelId(java.lang.String channelId) -
isValidMessageId
public static boolean isValidMessageId(java.lang.String messageId)
-