Class Provider.Type
java.lang.Object
jakarta.mail.Provider.Type
- Enclosing class:
Provider
This inner class defines the Provider type.
Currently, STORE and TRANSPORT are the only two provider types
supported.
- Author:
- Max Spivak, Bill Shannon
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Provider.TypeThe Provider of typeSTORE.static final Provider.TypeThe Provider of typeTRANSPORT. -
Method Summary
-
Field Details
-
STORE
The Provider of typeSTORE. -
TRANSPORT
The Provider of typeTRANSPORT.
-
-
Method Details
-
toString
-