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