Apache Tomcat 7.0.54

org.apache.tomcat.websocket
Class Util.DecoderMatch

java.lang.Object
  extended by org.apache.tomcat.websocket.Util.DecoderMatch
Enclosing class:
Util

public static class Util.DecoderMatch
extends Object


Constructor Summary
Util.DecoderMatch(Class<?> target, List<DecoderEntry> decoderEntries)
           
 
Method Summary
 List<Class<? extends Decoder>> getBinaryDecoders()
           
 List<Class<? extends Decoder>> getTextDecoders()
           
 boolean hasMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util.DecoderMatch

public Util.DecoderMatch(Class<?> target,
                         List<DecoderEntry> decoderEntries)
Method Detail

getTextDecoders

public List<Class<? extends Decoder>> getTextDecoders()

getBinaryDecoders

public List<Class<? extends Decoder>> getBinaryDecoders()

hasMatches

public boolean hasMatches()

Apache Tomcat 7.0.54

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