Uses of Enum Class
com.teamdev.jxbrowser.browser.WebRtcIpHandlingPolicy
Packages that use WebRtcIpHandlingPolicy
Package
Description
This package provides the classes that allow you to work with browsers.
-
Uses of WebRtcIpHandlingPolicy in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return WebRtcIpHandlingPolicyModifier and TypeMethodDescriptionstatic WebRtcIpHandlingPolicyReturns 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.Methods in com.teamdev.jxbrowser.browser with parameters of type WebRtcIpHandlingPolicyModifier and TypeMethodDescriptionvoidBrowserSettings.webRtcIpHandlingPolicy(WebRtcIpHandlingPolicy policy) Updates the WebRTC IP handling policy for the browser with the given one.