Class DecoderUtils


  • public class DecoderUtils
    extends Object
    Author:
    Stuart Douglas
    • Method Detail

      • getDecodersForType

        public static List<jakarta.websocket.Decoder> getDecodersForType​(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