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