Class ClassUtils

    • Method Detail

      • getHandlerTypes

        public static Map<Class<?>,​Boolean> getHandlerTypes​(Class<? extends jakarta.websocket.MessageHandler> clazz)
        Returns a map of all supported message types by the given handler class. The key of the map is the supported message type; the value indicates whether it is a partial message handler or not.
        Returns:
        a map of all supported message types by the given handler class.
      • getEncoderType

        public static Class<?> getEncoderType​(Class<? extends jakarta.websocket.Encoder> clazz)
        Returns the Object type for which the Encoder can be used.
      • getDecoderType

        public static Class<?> getDecoderType​(Class<? extends jakarta.websocket.Decoder> clazz)
        Returns the Object type for which the Encoder can be used.