Uses of Interface
org.subethamail.smtp.server.SessionIdFactory

Packages that use SessionIdFactory
org.subethamail.smtp.server   
 

Uses of SessionIdFactory in org.subethamail.smtp.server
 

Classes in org.subethamail.smtp.server that implement SessionIdFactory
 class TimeBasedSessionIdFactory
          TimeBasedSessionIdFactory is a very simple SessionIdFactory, which assigns numeric identifiers based on the current milliseconds time, amending it as necessary to make it unique.
 

Methods in org.subethamail.smtp.server that return SessionIdFactory
 SessionIdFactory SMTPServer.getSessionIdFactory()
           
 

Methods in org.subethamail.smtp.server with parameters of type SessionIdFactory
 void SMTPServer.setSessionIdFactory(SessionIdFactory sessionIdFactory)
          Sets the SessionIdFactory which will allocate a unique identifier for each mail sessions.
 



Copyright © 2006-2012. All Rights Reserved.