Uses of Class
org.apache.hc.core5.http2.ssl.ApplicationProtocol
-
Packages that use ApplicationProtocol Package Description org.apache.hc.core5.http2.ssl HTTP/2 specific TLS protocol support. -
-
Uses of ApplicationProtocol in org.apache.hc.core5.http2.ssl
Methods in org.apache.hc.core5.http2.ssl that return ApplicationProtocol Modifier and Type Method Description static ApplicationProtocol
ApplicationProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApplicationProtocol[]
ApplicationProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-