Class 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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isValidChannelId​(java.lang.String channelId)  
      static boolean isValidMessageId​(java.lang.String messageId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Validator

        public Validator()
    • Method Detail

      • isValidChannelId

        public static boolean isValidChannelId​(java.lang.String channelId)
      • isValidMessageId

        public static boolean isValidMessageId​(java.lang.String messageId)