Class DecoderUtils

java.lang.Object
io.undertow.websockets.jsr.annotated.DecoderUtils

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

    • getDecodersForType

      public static List<javax.websocket.Decoder> getDecodersForType(Class<?> type, javax.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