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(List<Class<? extends Decoder>> decoderClazzes) |
static boolean |
isPrimitive(Class<?> clazz) |
static void |
parseExtensionHeader(List<Extension> extensions,
String header) |
public static boolean isPrimitive(Class<?> clazz)
public static List<DecoderEntry> getDecoders(List<Class<? extends Decoder>> decoderClazzes) throws DeploymentException
DeploymentException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.