Package org.apache.tomcat.websocket
Class DecoderEntry
- java.lang.Object
- 
- org.apache.tomcat.websocket.DecoderEntry
 
- 
 public class DecoderEntry extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description DecoderEntry(java.lang.Class<?> clazz, java.lang.Class<? extends Decoder> decoderClazz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getClazz()java.lang.Class<? extends Decoder>getDecoderClazz()
 
-