com.hs.mail.smtp
Class SmtpSession
java.lang.Object
com.hs.mail.smtp.SmtpSession
public class SmtpSession
- extends Object
- Since:
- May 30, 2010
- Author:
- Won Chul Doh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmtpSession
public SmtpSession(TcpTransport trans)
setDebug
public void setDebug(boolean debug)
setDebugOut
public void setDebugOut(PrintStream out)
getDebugOut
public PrintStream getDebugOut()
getTransport
public TcpTransport getTransport()
getClientAddress
public InetAddress getClientAddress()
getRemoteIP
public String getRemoteIP()
getRemoteHost
public String getRemoteHost()
getClientDomain
public String getClientDomain()
setClientDomain
public void setClientDomain(String domain)
getProtocol
public String getProtocol()
setProtocol
public void setProtocol(String protocol)
getSessionID
public String getSessionID()
getAuthID
public long getAuthID()
setAuthID
public void setAuthID(long authID)
getMessage
public SmtpMessage getMessage()
setMessage
public void setMessage(SmtpMessage message)
createSmtpMessage
public void createSmtpMessage(MailAddress from)
writeResponse
public void writeResponse(String response)
Copyright © 2011. All Rights Reserved.