Class TimeBasedSessionIdFactory

java.lang.Object
org.subethamail.smtp.server.TimeBasedSessionIdFactory
All Implemented Interfaces:
SessionIdFactory

@ThreadSafe public class TimeBasedSessionIdFactory extends Object implements SessionIdFactory
TimeBasedSessionIdFactory is a very simple SessionIdFactory, which assigns numeric identifiers based on the current milliseconds time, amending it as necessary to make it unique.
  • Constructor Details

    • TimeBasedSessionIdFactory

      public TimeBasedSessionIdFactory()
  • Method Details