Apache Tomcat 7.0.54

org.apache.tomcat.websocket
Class DecoderEntry

java.lang.Object
  extended by org.apache.tomcat.websocket.DecoderEntry

public class DecoderEntry
extends Object


Constructor Summary
DecoderEntry(Class<?> clazz, Class<? extends Decoder> decoderClazz)
           
 
Method Summary
 Class<?> getClazz()
           
 Class<? extends Decoder> getDecoderClazz()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderEntry

public DecoderEntry(Class<?> clazz,
                    Class<? extends Decoder> decoderClazz)
Method Detail

getClazz

public Class<?> getClazz()

getDecoderClazz

public Class<? extends Decoder> getDecoderClazz()

Apache Tomcat 7.0.54

Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.