Package org.apache.tomcat.websocket
Class Util.DecoderMatch
- java.lang.Object
- 
- org.apache.tomcat.websocket.Util.DecoderMatch
 
- 
- Enclosing class:
- Util
 
 public static class Util.DecoderMatch extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description DecoderMatch(java.lang.Class<?> target, java.util.List<DecoderEntry> decoderEntries)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Class<? extends Decoder>>getBinaryDecoders()java.lang.Class<?>getTarget()java.util.List<java.lang.Class<? extends Decoder>>getTextDecoders()booleanhasMatches()
 
- 
- 
- 
Constructor Detail- 
DecoderMatchpublic DecoderMatch(java.lang.Class<?> target, java.util.List<DecoderEntry> decoderEntries)
 
- 
 
-