Uses of Enum Class
com.teamdev.jxbrowser.net.proxy.ProxyType
Package
Description
Provides classes that allow you to configure proxy.
-
Uses of ProxyType in com.teamdev.jxbrowser.net.proxy
Modifier and TypeMethodDescriptionstatic ProxyType
ProxyType.forNumber
(int value) static ProxyType
ProxyType.valueOf
(int value) Deprecated.static ProxyType
ProxyType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ProxyType
Returns the enum constant of this class with the specified name.static ProxyType[]
ProxyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<ProxyType>
ProxyType.internalGetValueMap()