Uses of Enum Class
org.eblocker.server.common.data.dns.NameServer.Protocol
Packages that use NameServer.Protocol
-
Uses of NameServer.Protocol in org.eblocker.server.common.data.dns
Methods in org.eblocker.server.common.data.dns that return NameServer.ProtocolModifier and TypeMethodDescriptionNameServer.getProtocol()static NameServer.ProtocolReturns the enum constant of this class with the specified name.static NameServer.Protocol[]NameServer.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.data.dns with parameters of type NameServer.ProtocolModifierConstructorDescriptionNameServer(NameServer.Protocol protocol, IpAddress address, int port)