Package com.pusher.rest.util
Class Prerequisites
java.lang.Object
com.pusher.rest.util.Prerequisites
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
areValidChannels
(List<String> channels) static void
isValidChannel
(String channel) static void
isValidSha256Key
(String name, String key) static void
isValidSocketId
(String socketId) static void
static void
static void
static void
noNullMembers
(String name, List<?> ref) static void
noReservedKeys
(Map<String, String> params)
-
Constructor Details
-
Prerequisites
public Prerequisites()
-
-
Method Details
-
nonNull
-
nonEmpty
-
maxLength
-
noNullMembers
-
noReservedKeys
-
isValidSha256Key
-
areValidChannels
-
isValidChannel
-
isValidSocketId
-