javax.mail
public class Provider extends Object
Version: 1.3
| Nested Class Summary | |
|---|---|
| static class | Provider.Type
A provider type (STORE or TRANSPORT). |
| Method Summary | |
|---|---|
| String | getClassName()
Returns the name of the class implementing the protocol. |
| String | getProtocol()
Returns the protocol implemented by this provider. |
| Provider.Type | getType()
Returns the provider type. |
| String | getVendor()
Returns the name of the vendor associated with this implementation. |
| String | getVersion()
Returns the version of this implementation. |
| String | toString() |