Class ImapServer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ImapServer
    extends AbstractServer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.ServerSocket openServerSocket()  
      void quit()  
      void run()  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImapServer

        public ImapServer​(ServerSetup setup,
                          Managers managers,
                          java.util.concurrent.atomic.AtomicReference<java.lang.Exception> serverOpeningExceptionRef)
    • Method Detail

      • openServerSocket

        protected java.net.ServerSocket openServerSocket()
                                                  throws java.io.IOException
        Overrides:
        openServerSocket in class AbstractServer
        Throws:
        java.io.IOException
      • quit

        public void quit()
        Specified by:
        quit in class Service
      • run

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