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 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.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 TypeMethodDescriptionvoid
BrowserSettings.webRtcIpHandlingPolicy
(WebRtcIpHandlingPolicy policy) Updates the WebRTC IP handling policy for the browser with the given one.