Package org.eclipse.jetty.http2
Class HTTP2Cipher
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2Cipher
-
public class HTTP2Cipher extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHTTP2Cipher.CipherComparatorComparator that orders non blacklisted ciphers before blacklisted ones.
-
Field Summary
Fields Modifier and Type Field Description static Comparator<String>COMPARATOR
-
Constructor Summary
Constructors Constructor Description HTTP2Cipher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisBlackListCipher(String tlsCipher)static booleanisBlackListProtocol(String tlsProtocol)
-
-
-
Field Detail
-
COMPARATOR
public static final Comparator<String> COMPARATOR
-
-