Class DecoderUtils
- java.lang.Object
-
- io.undertow.websockets.jsr.annotated.DecoderUtils
-
public class DecoderUtils extends Object
- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<jakarta.websocket.Decoder>getDecodersForType(Class<?> type, jakarta.websocket.EndpointConfig endpointConfiguration)Gets a decoder for a given type.
-
-
-
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 typeendpointConfiguration- The endpoint configuration- Returns:
- A list of decoders, or null if no decoders exist
-
-