Uses of Class
javax.mail.Transport

Packages that use Transport
javax.mail Classes modeling a mail system. 
javax.mail.event Listeners and events for the JavaMail API. 
 

Uses of Transport in javax.mail
 

Methods in javax.mail that return Transport
 Transport Session.getTransport()
          Get a Transport object that implements this user's desired Transport protcol.
 Transport Session.getTransport(java.lang.String protocol)
          Get a Transport object that implements the specified protocol.
 Transport Session.getTransport(URLName url)
          Get a Transport object for the given URLName.
 Transport Session.getTransport(Provider provider)
          Get an instance of the transport specified in the Provider.
 Transport Session.getTransport(Address address)
          Get a Transport object that can transport a Message to the specified address type.
 

Uses of Transport in javax.mail.event
 

Constructors in javax.mail.event with parameters of type Transport
TransportEvent(Transport transport, int type, Address[] validSent, Address[] validUnsent, Address[] invalid, Message msg)
          Constructor.