Uses of Class
javax.mail.Session

Packages that use Session
javax.mail   
javax.mail.internet   
 

Uses of Session in javax.mail
 

Fields in javax.mail declared as Session
protected  Session Message.session
           
protected  Session Service.session
           
 

Methods in javax.mail that return Session
static Session Session.getDefaultInstance(Properties properties)
           
static Session Session.getDefaultInstance(Properties properties, Authenticator authenticator)
           
static Session Session.getInstance(Properties properties)
           
static Session Session.getInstance(Properties properties, Authenticator authenticator)
           
 Session MessageContext.getSession()
           
 

Constructors in javax.mail with parameters of type Session
Store(Session session, URLName name)
           
Message(Session session)
           
Transport(Session session, URLName name)
           
Service(Session session, URLName url)
           
 

Uses of Session in javax.mail.internet
 

Methods in javax.mail.internet with parameters of type Session
static InternetAddress InternetAddress.getLocalAddress(Session session)
           
 

Constructors in javax.mail.internet with parameters of type Session
MimeMessage(Session session)
           
MimeMessage(Session session, InputStream in)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.