org.apache.geronimo.javamail.store.nntp
Class NNTPSSLStore

java.lang.Object
  extended by javax.mail.Service
      extended by javax.mail.Store
          extended by org.apache.geronimo.javamail.store.nntp.NNTPStore
              extended by org.apache.geronimo.javamail.store.nntp.NNTPSSLStore

public class NNTPSSLStore
extends NNTPStore

NNTP implementation of javax.mail.Store over an SSL connection.

Version:
$Rev: 673152 $ $Date: 2008-07-01 13:37:38 -0400 (Tue, 01 Jul 2008) $

Field Summary
 
Fields inherited from class org.apache.geronimo.javamail.store.nntp.NNTPStore
connection, DEFAULT_NNTP_PORT, DEFAULT_NNTP_SSL_PORT, newsrc, NNTP_NEWSRC, props, protocol, root
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
NNTPSSLStore(Session session, URLName urlName)
          Construct an NNTPSSLStore item.
 
Method Summary
 
Methods inherited from class org.apache.geronimo.javamail.store.nntp.NNTPStore
close, getDefaultFolder, getFolder, getFolder, protocolConnect
 
Methods inherited from class javax.mail.Store
addFolderListener, addStoreListener, getPersonalNamespaces, getSharedNamespaces, getUserNamespaces, notifyFolderListeners, notifyFolderRenamedListeners, notifyStoreListeners, removeFolderListener, removeStoreListener
 
Methods inherited from class javax.mail.Service
addConnectionListener, connect, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NNTPSSLStore

public NNTPSSLStore(Session session,
                    URLName urlName)
Construct an NNTPSSLStore item.

Parameters:
session - The owning javamail Session.
urlName - The Store urlName, which can contain server target information.


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.