Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.net.proxy |
Provides classes that allow you to configure proxy.
|
Modifier and Type | Method and Description |
---|---|
default ProxyType |
BeforeSendProxyHeadersCallback.Params.proxyType()
Returns the type of the proxy bound to the request.
|
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.
|