Package org.apache.tomcat.websocket
Class Util.DecoderMatch
- java.lang.Object
-
- org.apache.tomcat.websocket.Util.DecoderMatch
-
-
Constructor Summary
Constructors Constructor Description DecoderMatch(Class<?> target, List<DecoderEntry> decoderEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<? extends Decoder>>
getBinaryDecoders()
Class<?>
getTarget()
List<Class<? extends Decoder>>
getTextDecoders()
boolean
hasMatches()
-
-
-
Constructor Detail
-
DecoderMatch
public DecoderMatch(Class<?> target, List<DecoderEntry> decoderEntries)
-
-