Class DecoderUtils


  • public class DecoderUtils
    extends java.lang.Object
    Author:
    Stuart Douglas
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<jakarta.websocket.Decoder> getDecodersForType​(java.lang.Class<?> type, jakarta.websocket.EndpointConfig endpointConfiguration)
      Gets a decoder for a given type.
      • Methods inherited from class java.lang.Object

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

      • getDecodersForType

        public static java.util.List<jakarta.websocket.Decoder> getDecodersForType​(java.lang.Class<?> type,
                                                                                   jakarta.websocket.EndpointConfig endpointConfiguration)
        Gets a decoder for a given type.
        Parameters:
        type - The type
        endpointConfiguration - The endpoint configuration
        Returns:
        A list of decoders, or null if no decoders exist