Package | Description |
---|---|
javax.mail | |
javax.mail.event |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
TransportEvent(Transport transport,
int type,
Address[] validSent,
Address[] validUnsent,
Address[] invalid,
Message message)
Construct a new event,
|
Copyright © 2013. All Rights Reserved.