Uses of Class
de.adrianlange.mcd.model.Protocol
-
Packages that use Protocol Package Description de.adrianlange.mcd de.adrianlange.mcd.model de.adrianlange.mcd.model.impl -
-
Uses of Protocol in de.adrianlange.mcd
Methods in de.adrianlange.mcd with parameters of type Protocol Modifier and Type Method Description static MailserverConfigurationDiscoveryContext.DiscoveryScopeMailserverConfigurationDiscoveryContext.DiscoveryScope. get(Protocol protocol) -
Uses of Protocol in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return Protocol Modifier and Type Method Description ProtocolMailserverService. getProtocol()Returns the protocol of the mailserver service.static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Protocol in de.adrianlange.mcd.model.impl
Methods in de.adrianlange.mcd.model.impl that return Protocol Modifier and Type Method Description ProtocolAbstractMailserverService. getProtocol()Methods in de.adrianlange.mcd.model.impl with parameters of type Protocol Modifier and Type Method Description voidAbstractMailserverService. setProtocol(Protocol protocol)Constructors in de.adrianlange.mcd.model.impl with parameters of type Protocol Constructor Description AbstractMailserverService(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port)SrvRecordMailserverServiceImpl(Protocol protocol, SocketType socketType, String host, Integer port, Integer weight)
-