Uses of Class
javax.mail.Session

Packages that use Session
javax.mail   
 

Uses of Session in javax.mail
 

Methods in javax.mail that return Session
static Session Session.getDefaultInstance(Properties properties)
          Get the "default" instance assuming no authenticator is required.
static Session Session.getDefaultInstance(Properties properties, Authenticator authenticator)
          Get the "default" session.
static Session Session.getInstance(Properties properties)
          Create a new session initialized with the supplied properties with no authenticator.
static Session Session.getInstance(Properties properties, Authenticator authenticator)
          Create a new session initialized with the supplied properties which uses the supplied authenticator.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.