Uses of Class
jakarta.mail.Transport
-
Packages that use Transport Package Description com.sun.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server.jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.event Listeners and events for the Jakarta Mail API. -
-
Uses of Transport in com.sun.mail.smtp
Subclasses of Transport in com.sun.mail.smtp Modifier and Type Class Description classSMTPSSLTransportThis class implements the Transport abstract class using SMTP over SSL for message submission and transport.classSMTPTransportThis class implements the Transport abstract class using SMTP for message submission and transport. -
Uses of Transport in jakarta.mail
Methods in jakarta.mail that return Transport Modifier and Type Method Description TransportSession. getTransport()Get a Transport object that implements this user's desired Transport protcol.TransportSession. getTransport(Address address)Get a Transport object that can transport a Message of the specified address type.TransportSession. getTransport(Provider provider)Get an instance of the transport specified in the Provider.TransportSession. getTransport(URLName url)Get a Transport object for the given URLName.TransportSession. getTransport(String protocol)Get a Transport object that implements the specified protocol. -
Uses of Transport in jakarta.mail.event
Constructors in jakarta.mail.event with parameters of type Transport Constructor Description TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)Constructor.
-