Package mireka.smtp.client
Class ClientFactory
- Object
-
- mireka.smtp.client.ClientFactory
-
public class ClientFactory extends ObjectClientFactory createsSmtpClientinstances based on the configured parameters.
-
-
Constructor Summary
Constructors Constructor Description ClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmtpClientcreate()StringgetBind()StringgetHelo()voidsetBind(String bind)voidsetHelo(String helo)
-
-
-
Method Detail
-
create
public SmtpClient create()
-
getHelo
public String getHelo()
- Category:
- GETSET
-
setHelo
public void setHelo(String helo)
- Category:
- GETSET
-
getBind
public String getBind()
- Category:
- GETSET
-
setBind
public void setBind(String bind)
- Category:
- GETSET
-
-