Uses of Class
javax.mail.Transport
Packages that use Transport
Package
Description
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
The JavaMailTM API
provides classes that model a mail system.
Listeners and events for the JavaMail API.
-
Uses of Transport in com.sun.mail.smtp
Subclasses of Transport in com.sun.mail.smtpModifier and TypeClassDescriptionclass
This class implements the Transport abstract class using SMTP over SSL for message submission and transport.class
This class implements the Transport abstract class using SMTP for message submission and transport. -
Uses of Transport in javax.mail
Methods in javax.mail that return TransportModifier and TypeMethodDescriptionSession.getTransport()
Get a Transport object that implements this user's desired Transport protcol.Session.getTransport
(String protocol) Get a Transport object that implements the specified protocol.Session.getTransport
(Address address) Get a Transport object that can transport a Message of the specified address type.Session.getTransport
(Provider provider) Get an instance of the transport specified in the Provider.Session.getTransport
(URLName url) Get a Transport object for the given URLName. -
Uses of Transport in javax.mail.event
Constructors in javax.mail.event with parameters of type Transport