org.apache.tomcat.websocket
Class DecoderEntry
java.lang.Object
org.apache.tomcat.websocket.DecoderEntry
public class DecoderEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoderEntry
public DecoderEntry(Class<?> clazz,
Class<? extends Decoder> decoderClazz)
getClazz
public Class<?> getClazz()
getDecoderClazz
public Class<? extends Decoder> getDecoderClazz()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.