Uses of Enum
io.qt.network.QDnsLookup.Protocol
Packages that use QDnsLookup.Protocol
-
Uses of QDnsLookup.Protocol in io.qt.network
Fields in io.qt.network with type parameters of type QDnsLookup.ProtocolMethods in io.qt.network that return QDnsLookup.ProtocolModifier and TypeMethodDescriptionfinal QDnsLookup.Protocol
QDnsLookup.nameserverProtocol()
static QDnsLookup.Protocol
QDnsLookup.Protocol.resolve
(byte value) Returns the corresponding enum entry for the given value.static QDnsLookup.Protocol
Returns the enum constant of this type with the specified name.static QDnsLookup.Protocol[]
QDnsLookup.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network that return types with arguments of type QDnsLookup.ProtocolModifier and TypeMethodDescriptionfinal QBindable<QDnsLookup.Protocol>
QDnsLookup.bindableNameserverProtocol()
Methods in io.qt.network with parameters of type QDnsLookup.ProtocolModifier and TypeMethodDescriptionstatic short
QDnsLookup.defaultPortForProtocol
(QDnsLookup.Protocol protocol) static boolean
QDnsLookup.isProtocolSupported
(QDnsLookup.Protocol protocol) final void
QDnsLookup.setNameserver
(QDnsLookup.Protocol protocol, QHostAddress nameserver) Overloaded function forQDnsLookup.setNameserver(io.qt.network.QDnsLookup.Protocol, io.qt.network.QHostAddress, short)
withport = 0
.final void
QDnsLookup.setNameserver
(QDnsLookup.Protocol protocol, QHostAddress nameserver, short port) final void
QDnsLookup.setNameserver
(QDnsLookup.Protocol protocol, QHostAddress.SpecialAddress nameserver) Overloaded function forQDnsLookup.setNameserver(io.qt.network.QDnsLookup.Protocol, io.qt.network.QHostAddress.SpecialAddress, short)
withport = 0
.final void
QDnsLookup.setNameserver
(QDnsLookup.Protocol protocol, QHostAddress.SpecialAddress nameserver, short port) Overloaded function forQDnsLookup.setNameserver(io.qt.network.QDnsLookup.Protocol, io.qt.network.QHostAddress, short)
.final void
QDnsLookup.setNameserverProtocol
(QDnsLookup.Protocol protocol) Constructors in io.qt.network with parameters of type QDnsLookup.ProtocolModifierConstructorDescriptionQDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress nameserver) QDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress nameserver, short port) Overloaded constructor forQDnsLookup(io.qt.network.QDnsLookup.Type, java.lang.String, io.qt.network.QDnsLookup.Protocol, io.qt.network.QHostAddress, short, io.qt.core.QObject)
withparent = null
.QDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress nameserver, short port, QObject parent) QDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress.SpecialAddress nameserver) QDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress.SpecialAddress nameserver, short port) Overloaded constructor forQDnsLookup(io.qt.network.QDnsLookup.Type, java.lang.String, io.qt.network.QDnsLookup.Protocol, io.qt.network.QHostAddress.SpecialAddress, short, io.qt.core.QObject)
withparent = null
.QDnsLookup
(QDnsLookup.Type type, String name, QDnsLookup.Protocol protocol, QHostAddress.SpecialAddress nameserver, short port, QObject parent)