com.sun.mail.smtp
Class SMTPSSLTransport

java.lang.Object
  extended by javax.mail.Service
      extended by javax.mail.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.


Field Summary
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
SMTPSSLTransport(Session session, URLName urlname)
          Constructor
 
Method Summary
 
Methods inherited from class com.sun.mail.smtp.SMTPTransport
close, connect, finalize, getExtensionParameter, getLastServerResponse, getLocalHost, getReportSuccess, getSASLRealm, getStartTLS, getUseRset, isConnected, protocolConnect, sendMessage, setLocalHost, setReportSuccess, setSASLRealm, setStartTLS, setUseRset, supportsExtension
 
Methods inherited from class javax.mail.Transport
addTransportListener, notifyTransportListeners, removeTransportListener, send, send
 
Methods inherited from class javax.mail.Service
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMTPSSLTransport

public SMTPSSLTransport(Session session,
                        URLName urlname)
Constructor