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 Summary
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
- 
Constructor Details
- 
CipherComparator
public CipherComparator() 
 - 
 - 
Method Details
- 
compare
- Specified by:
 comparein interfaceComparator<String>
 
 -