Uses of Interface
com.icegreen.greenmail.server.ProtocolHandler
-
Packages that use ProtocolHandler Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.pop3 com.icegreen.greenmail.server com.icegreen.greenmail.smtp -
-
Uses of ProtocolHandler in com.icegreen.greenmail.imap
Classes in com.icegreen.greenmail.imap that implement ProtocolHandler Modifier and Type Class Description classImapHandlerThe handler class for IMAP connections.Methods in com.icegreen.greenmail.imap that return ProtocolHandler Modifier and Type Method Description protected ProtocolHandlerImapServer. createProtocolHandler(Socket clientSocket) -
Uses of ProtocolHandler in com.icegreen.greenmail.pop3
Classes in com.icegreen.greenmail.pop3 that implement ProtocolHandler Modifier and Type Class Description classPop3HandlerMethods in com.icegreen.greenmail.pop3 that return ProtocolHandler Modifier and Type Method Description protected ProtocolHandlerPop3Server. createProtocolHandler(Socket clientSocket) -
Uses of ProtocolHandler in com.icegreen.greenmail.server
Classes in com.icegreen.greenmail.server that implement ProtocolHandler Modifier and Type Class Description classAbstractSocketProtocolHandlerProvides shared helpers for handling a client socket connection.Methods in com.icegreen.greenmail.server that return ProtocolHandler Modifier and Type Method Description protected abstract ProtocolHandlerAbstractServer. createProtocolHandler(Socket clientSocket)Create a new, specific protocol handler such as for IMAP. -
Uses of ProtocolHandler in com.icegreen.greenmail.smtp
Classes in com.icegreen.greenmail.smtp that implement ProtocolHandler Modifier and Type Class Description classSmtpHandlerMethods in com.icegreen.greenmail.smtp that return ProtocolHandler Modifier and Type Method Description protected ProtocolHandlerSmtpServer. createProtocolHandler(Socket clientSocket)
-