Package org.subethamail.smtp.server
Interface SessionIdFactory
- All Known Implementing Classes:
TimeBasedSessionIdFactory
public interface SessionIdFactory
SessionIdFactory creates reasonable unique identifiers which are applicable
to identify a session in the log files.
-
Method Summary
-
Method Details
-
create
String create()Returns a new identifier.
-