org.apache.tomcat.websocket
Class Util
java.lang.Object
org.apache.tomcat.websocket.Util
public class Util
- extends Object
Utility class for internal use only within the
org.apache.tomcat.websocket
package.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDecoderType
public static Class<?> getDecoderType(Class<? extends Decoder> decoder)
isPrimitive
public static boolean isPrimitive(Class<?> clazz)
coerceToType
public static Object coerceToType(Class<?> type,
String value)
getDecoders
public static List<DecoderEntry> getDecoders(Class<? extends Decoder>[] decoderClazzes)
throws DeploymentException
- Throws:
DeploymentException
getMessageHandlers
public static Set<MessageHandlerResult> getMessageHandlers(MessageHandler listener,
EndpointConfig endpointConfig,
Session session)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.