public class SmtpConnection extends Object
| Constructor and Description |
|---|
SmtpConnection(com.icegreen.greenmail.smtp.SmtpHandler handler,
Socket sock) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientAddress() |
String |
getHeloName() |
BufferedReader |
getReader() |
InetAddress |
getServerAddress() |
String |
getServerGreetingsName() |
void |
println(String line) |
void |
quit() |
String |
readLine() |
void |
setHeloName(String n) |
public SmtpConnection(com.icegreen.greenmail.smtp.SmtpHandler handler,
Socket sock)
throws IOException
IOExceptionpublic void println(String line)
public BufferedReader getReader()
public String readLine() throws IOException
IOExceptionpublic String getClientAddress()
public InetAddress getServerAddress()
public String getServerGreetingsName()
public String getHeloName()
public void setHeloName(String n)
public void quit()
Copyright © 2005–2017 Alfresco Software. All rights reserved.