com.sun.mail.smtp
Class SMTPSSLTransport

java.lang.Object
  extended by Transport
      extended by com.sun.mail.smtp.SMTPTransport
          extended by com.sun.mail.smtp.SMTPSSLTransport

public class SMTPSSLTransport
extends SMTPTransport

This class implements the Transport abstract class using SMTP over SSL for message submission and transport.

Author:
Bill Shannon

Constructor Summary
SMTPSSLTransport(Session session, URLName urlname)
          Constructor
 
Method Summary
 
Methods inherited from class com.sun.mail.smtp.SMTPTransport
checkConnected, close, connect, data, ehlo, finalize, finishData, getAuthorizationId, getExtensionParameter, getLastReturnCode, getLastServerResponse, getLocalHost, getNoopStrict, getNTLMDomain, getReportSuccess, getRequireStartTLS, getSASLEnabled, getSASLMechanisms, getSASLRealm, getStartTLS, getUseRset, helo, isConnected, issueCommand, mailFrom, notifyTransportListeners, protocolConnect, rcptTo, readServerResponse, sasllogin, sendCommand, sendMessage, setAuthorizationID, setLocalHost, setNoopStrict, setNTLMDomain, setReportSuccess, setRequireStartTLS, setSASLEnabled, setSASLMechanisms, setSASLRealm, setStartTLS, setUseRset, simpleCommand, simpleCommand, startTLS, supportsAuthentication, supportsExtension, xtext
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTPSSLTransport

public SMTPSSLTransport(Session session,
                        URLName urlname)
Constructor



Copyright © 2012 Oracle. All Rights Reserved.