ePOST API

rice.email.proxy.imap
Class ImapServerImpl

java.lang.Object
  extended by java.lang.Thread
      extended by rice.email.proxy.imap.ImapServerImpl
All Implemented Interfaces:
java.lang.Runnable, ImapServer
Direct Known Subclasses:
SSLImapServerImpl

public class ImapServerImpl
extends java.lang.Thread
implements ImapServer


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  Logger logger
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ImapServerImpl(java.net.InetAddress bindAddress, int port, EmailService email, UserManager manager, boolean gateway, boolean acceptNonLocal, Environment env)
           
 
Method Summary
 java.net.InetAddress getLocalHost()
           
 int getPort()
           
 void initialize()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface rice.email.proxy.imap.ImapServer
start
 

Field Detail

logger

protected Logger logger
Constructor Detail

ImapServerImpl

public ImapServerImpl(java.net.InetAddress bindAddress,
                      int port,
                      EmailService email,
                      UserManager manager,
                      boolean gateway,
                      boolean acceptNonLocal,
                      Environment env)
               throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getLocalHost

public java.net.InetAddress getLocalHost()

getPort

public int getPort()
Specified by:
getPort in interface ImapServer

initialize

public void initialize()
                throws java.io.IOException
Throws:
java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

ePOST API

Copyright © 2001-2005 - Rice Pastry.