Package de.xima.fc.e2e.shared
Class SmtpServerSettings
- java.lang.Object
-
- de.xima.fc.e2e.shared.SmtpServerSettings
-
- All Implemented Interfaces:
Serializable
public final class SmtpServerSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmtpServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption, String sender)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EConnectionEncryption
getEncryption()
String
getHost()
String
getPassword()
int
getPort()
String
getSender()
String
getUsername()
-
-
-
Constructor Detail
-
SmtpServerSettings
public SmtpServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption, String sender)
-
-
Method Detail
-
getEncryption
public EConnectionEncryption getEncryption()
-
getHost
public String getHost()
-
getPassword
public String getPassword()
-
getPort
public int getPort()
-
getSender
public String getSender()
-
getUsername
public String getUsername()
-
-