com.sun.mail.smtp
クラス SMTPSSLTransport

java.lang.Object
  上位を拡張 javax.mail.Service
      上位を拡張 javax.mail.Transport
          上位を拡張 com.sun.mail.smtp.SMTPTransport
              上位を拡張 com.sun.mail.smtp.SMTPSSLTransport

public final class SMTPSSLTransport
extends SMTPTransport

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


フィールドの概要
 
クラス javax.mail.Service から継承されたフィールド
debug, session, url
 
コンストラクタの概要
SMTPSSLTransport(Session session, URLName urlname)
          コンストラクタです。
 
メソッドの概要
 
クラス com.sun.mail.smtp.SMTPTransport から継承されたメソッド
close, connect, finalize, getExtensionParameter, getLastServerResponse, getReportSuccess, getSASLRealm, getStartTLS, getUseRset, isConnected, protocolConnect, sendMessage, setLocalHost, setReportSuccess, setSASLRealm, setStartTLS, setUseRset, supportsExtension
 
クラス javax.mail.Transport から継承されたメソッド
addTransportListener, notifyTransportListeners, removeTransportListener, send, send
 
クラス javax.mail.Service から継承されたメソッド
addConnectionListener, connect, connect, connect, connect, getURLName, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SMTPSSLTransport

public SMTPSSLTransport(Session session,
                        URLName urlname)
コンストラクタです。