Package org.apache.tomcat.websocket
Class Util
java.lang.Object
org.apache.tomcat.websocket.Util
Utility class for internal use only within the
org.apache.tomcat.websocket package.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcoerceToType(Class<?> type, String value) static List<DecoderEntry>getDecoders(List<Class<? extends Decoder>> decoderClazzes) static booleanisPrimitive(Class<?> clazz) static voidparseExtensionHeader(List<Extension> extensions, String header)
-
Method Details
-
isPrimitive
-
coerceToType
-
getDecoders
public static List<DecoderEntry> getDecoders(List<Class<? extends Decoder>> decoderClazzes) throws DeploymentException - Throws:
DeploymentException
-
parseExtensionHeader
-