Uses of Enum Class
de.adrianlange.mcd.model.SocketType
Packages that use SocketType
-
Uses of SocketType in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return SocketTypeModifier and TypeMethodDescriptionMailserverService.getSocketType()Returns the socket type od the mailserver configuration.static SocketTypeReturns the enum constant of this class with the specified name.static SocketType[]SocketType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SocketType in de.adrianlange.mcd.model.impl
Methods in de.adrianlange.mcd.model.impl that return SocketTypeMethods in de.adrianlange.mcd.model.impl with parameters of type SocketTypeModifier and TypeMethodDescriptionvoidAbstractMailserverService.setSocketType(SocketType socketType) Constructors in de.adrianlange.mcd.model.impl with parameters of type SocketTypeModifierConstructorDescriptionprotectedAbstractMailserverService(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port) SrvRecordMailserverServiceImpl(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port, Integer weight)