Uses of Interface
org.subethamail.smtp.server.SessionIdFactory
Packages that use SessionIdFactory
-
Uses of SessionIdFactory in org.subethamail.smtp.server
Classes in org.subethamail.smtp.server that implement SessionIdFactoryModifier and TypeClassDescriptionclassTimeBasedSessionIdFactory is a very simpleSessionIdFactory, 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 SessionIdFactoryMethods in org.subethamail.smtp.server with parameters of type SessionIdFactoryModifier and TypeMethodDescriptionvoidSMTPServer.setSessionIdFactory(SessionIdFactory sessionIdFactory) Sets theSessionIdFactorywhich will allocate a unique identifier for each mail sessions.