public class DecoderUtils extends Object
| Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.