Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.AlternateProtocolUsage
Packages that use AlternateProtocolUsage
-
Uses of AlternateProtocolUsage in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return AlternateProtocolUsageModifier and TypeMethodDescriptionstatic AlternateProtocolUsageAlternateProtocolUsage.fromString(String s) static AlternateProtocolUsageReturns the enum constant of this class with the specified name.static AlternateProtocolUsage[]AlternateProtocolUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type AlternateProtocolUsageModifier and TypeMethodDescriptionResponse.getAlternateProtocolUsage()The reason why Chrome uses a specific transport protocol for HTTP semantics.