Package org.eclipse.jetty.http2
Class HTTP2Cipher
java.lang.Object
org.eclipse.jetty.http2.HTTP2Cipher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classComparator that orders non blacklisted ciphers before blacklisted ones. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.eclipse.jetty.util.Trie<Boolean> private static final org.eclipse.jetty.util.Trie<Boolean> static final Comparator<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisBlackListCipher(String tlsCipher) static booleanisBlackListProtocol(String tlsProtocol)
-
Field Details
-
COMPARATOR
-
__blackProtocols
-
__blackCiphers
-
-
Constructor Details
-
HTTP2Cipher
public HTTP2Cipher()
-
-
Method Details
-
isBlackListProtocol
-
isBlackListCipher
-