Class HTTP2Cipher.CipherComparator
java.lang.Object
org.eclipse.jetty.http2.HTTP2Cipher.CipherComparator
- All Implemented Interfaces:
- Comparator<String>
- Enclosing class:
- HTTP2Cipher
Comparator that orders non blacklisted ciphers before blacklisted ones.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
- 
Constructor Details- 
CipherComparatorpublic CipherComparator()
 
- 
- 
Method Details- 
compare- Specified by:
- comparein interface- Comparator<String>
 
 
-