Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
Modifier and Type | Method and Description |
---|---|
static WebRtcIpHandlingPolicy |
WebRtcIpHandlingPolicy.forNumber(int value) |
static WebRtcIpHandlingPolicy |
WebRtcIpHandlingPolicy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WebRtcIpHandlingPolicy |
WebRtcIpHandlingPolicy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WebRtcIpHandlingPolicy |
WebRtcIpHandlingPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebRtcIpHandlingPolicy[] |
WebRtcIpHandlingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WebRtcIpHandlingPolicy |
BrowserSettings.webRtcIpHandlingPolicy()
Returns the WebRTC IP handling policy for the browser.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<WebRtcIpHandlingPolicy> |
WebRtcIpHandlingPolicy.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
void |
BrowserSettings.webRtcIpHandlingPolicy(WebRtcIpHandlingPolicy policy)
Updates the WebRTC IP handling policy for the browser with the given one.
|