Uses of Enum Class
de.adrianlange.mcd.model.Protocol
Packages that use Protocol
-
Uses of Protocol in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return ProtocolModifier and TypeMethodDescriptionMailserverService.getProtocol()Returns the protocol of the mailserver service.static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Protocol in de.adrianlange.mcd.model.impl
Methods in de.adrianlange.mcd.model.impl that return ProtocolMethods in de.adrianlange.mcd.model.impl with parameters of type ProtocolConstructors in de.adrianlange.mcd.model.impl with parameters of type ProtocolModifierConstructorDescriptionprotectedAbstractMailserverService(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port) SrvRecordMailserverServiceImpl(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port, Integer weight)