| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| javax.mail | |
| javax.mail.event | |
| Uses of Transport in javax.mail | 
|---|
| Methods in javax.mail that return Transport | |
|---|---|
 Transport | 
Session.getTransport()
Return a Transport for the default protocol specified by the mail.transport.protocol property. | 
 Transport | 
Session.getTransport(Address address)
Return a transport for the protocol associated with the type of this address.  | 
 Transport | 
Session.getTransport(Provider provider)
Return the Transport specified by a Provider  | 
 Transport | 
Session.getTransport(String protocol)
Return a Transport for the specified protocol.  | 
 Transport | 
Session.getTransport(URLName name)
Return a transport for the protocol specified in the URL.  | 
| 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 message)
Construct a new event,  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||