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