Package com.icegreen.greenmail.server
Interface ProtocolHandler
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
AbstractSocketProtocolHandler,ImapHandler,Pop3Handler,SmtpHandler
public interface ProtocolHandler extends Runnable
Handles a specific protocol, such as IMAP etc. for a given request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes all resources, such as sockets.
-