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 WebRtcIpHandlingPolicyWebRtcIpHandlingPolicy.forNumber(int value) static WebRtcIpHandlingPolicyWebRtcIpHandlingPolicy.valueOf(int value) Deprecated.static WebRtcIpHandlingPolicyWebRtcIpHandlingPolicy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static 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 that return types with arguments of type WebRtcIpHandlingPolicyModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<WebRtcIpHandlingPolicy>WebRtcIpHandlingPolicy.internalGetValueMap()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.