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