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
 String create()
          Returns a new identifier.
 

Method Detail

create

String create()
Returns a new identifier.



Copyright © 2006-2012. All Rights Reserved.