Uses of Enum Class
com.teamdev.jxbrowser.net.NetError
Packages that use NetError
Package
Description
This package provides the classes that allow you to work with browser callback.
Contains classes and interfaces for working with navigation.
The navigation callbacks.
The navigation events.
Contains classes and interfaces for working with network.
The network service events.
-
Uses of NetError in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return NetError -
Uses of NetError in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return NetErrorModifier and TypeMethodDescriptionstatic NetError
NetError.forNumber
(int value) static NetError
NetError.valueOf
(int value) Deprecated.static NetError
NetError.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static NetError
Returns the enum constant of this class with the specified name.static NetError[]
NetError.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.net that return types with arguments of type NetErrorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<NetError>
NetError.internalGetValueMap()
-
Uses of NetError in com.teamdev.jxbrowser.net.event
Methods in com.teamdev.jxbrowser.net.event that return NetError