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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util.DecoderMatch
public Util.DecoderMatch(Class<?> target,
List<DecoderEntry> decoderEntries)
getTextDecoders
public List<Class<? extends Decoder>> getTextDecoders()
getBinaryDecoders
public List<Class<? extends Decoder>> getBinaryDecoders()
hasMatches
public boolean hasMatches()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.