Uses of Class
jakarta.mail.Provider.Type
-
Packages that use Provider.Type Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of Provider.Type in jakarta.mail
Fields in jakarta.mail declared as Provider.Type Modifier and Type Field Description static Provider.TypeProvider.Type. STOREstatic Provider.TypeProvider.Type. TRANSPORTMethods in jakarta.mail that return Provider.Type Modifier and Type Method Description Provider.TypeProvider. getType()Returns the type of this Provider.Constructors in jakarta.mail with parameters of type Provider.Type Constructor Description Provider(Provider.Type type, String protocol, String classname, String vendor, String version)Create a new provider of the specified type for the specified protocol.
-