public class DecoderUtils extends Object
Modifier and Type | Method | Description |
---|---|---|
static List<javax.websocket.Decoder> |
getDecodersForType(Class<?> type,
javax.websocket.EndpointConfig endpointConfiguration) |
Gets a decoder for a given type.
|
public static List<javax.websocket.Decoder> getDecodersForType(Class<?> type, javax.websocket.EndpointConfig endpointConfiguration)
type
- The typeendpointConfiguration
- The endpoint configurationCopyright © 2018. All rights reserved.