Uses of Interface
jakarta.mail.util.StreamProvider
-
Packages that use StreamProvider Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.util Jakarta Mail API utility classes.org.eclipse.angus.mail.util Utility classes for use with the Jakarta Mail API. -
-
Uses of StreamProvider in jakarta.mail
Fields in jakarta.mail declared as StreamProvider Modifier and Type Field Description protected StreamProviderBodyPart. streamProviderInstance of stream provider.protected StreamProviderMultipart. streamProviderInstance of stream provider.Methods in jakarta.mail that return StreamProvider Modifier and Type Method Description StreamProviderSession. getStreamProvider()Get the stream provider instance of the session. -
Uses of StreamProvider in jakarta.mail.util
Methods in jakarta.mail.util that return StreamProvider Modifier and Type Method Description static StreamProviderStreamProvider. provider()Creates a stream provider object. -
Uses of StreamProvider in org.eclipse.angus.mail.util
Classes in org.eclipse.angus.mail.util that implement StreamProvider Modifier and Type Class Description classMailStreamProviderContains the required encoders/decoders and streams required by the API.
-