Uses of Class
de.adrianlange.mcd.model.SocketType
-
Packages that use SocketType Package Description de.adrianlange.mcd.model de.adrianlange.mcd.model.impl -
-
Uses of SocketType in de.adrianlange.mcd.model
Methods in de.adrianlange.mcd.model that return SocketType Modifier and Type Method Description SocketTypeMailserverService. getSocketType()Returns the socket type od the mailserver configuration.static SocketTypeSocketType. parse(String socketType)static SocketTypeSocketType. valueOf(String name)Returns the enum constant of this type with the specified name.static SocketType[]SocketType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SocketType in de.adrianlange.mcd.model.impl
Methods in de.adrianlange.mcd.model.impl that return SocketType Modifier and Type Method Description SocketTypeAbstractMailserverService. getSocketType()Methods in de.adrianlange.mcd.model.impl with parameters of type SocketType Modifier and Type Method Description voidAbstractMailserverService. setSocketType(SocketType socketType)Constructors in de.adrianlange.mcd.model.impl with parameters of type SocketType Constructor Description AbstractMailserverService(ConfigurationMethod configurationMethod, Protocol protocol, SocketType socketType, String host, Integer port)SrvRecordMailserverServiceImpl(Protocol protocol, SocketType socketType, String host, Integer port, Integer weight)
-