public class Util extends Object
org.apache.tomcat.websocket
package.Modifier and Type | Class and Description |
---|---|
static class |
Util.DecoderMatch |
Modifier and Type | Method and Description |
---|---|
static Object |
coerceToType(Class<?> type,
String value) |
static List<DecoderEntry> |
getDecoders(Class<? extends Decoder>[] decoderClazzes) |
static Class<?> |
getDecoderType(Class<? extends Decoder> decoder) |
static Set<MessageHandlerResult> |
getMessageHandlers(MessageHandler listener,
EndpointConfig endpointConfig,
Session session) |
static boolean |
isPrimitive(Class<?> clazz) |
public static boolean isPrimitive(Class<?> clazz)
public static List<DecoderEntry> getDecoders(Class<? extends Decoder>[] decoderClazzes) throws DeploymentException
DeploymentException
public static Set<MessageHandlerResult> getMessageHandlers(MessageHandler listener, EndpointConfig endpointConfig, Session session)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.