Uses of Class
ch.astorm.smtp4j.protocol.SmtpProtocolException
-
Packages that use SmtpProtocolException Package Description ch.astorm.smtp4j.protocol -
-
Uses of SmtpProtocolException in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that throw SmtpProtocolException Modifier and Type Method Description static voidSmtpTransactionHandler. handle(java.net.Socket socket, java.io.BufferedReader input, java.io.PrintWriter output, SmtpMessageHandler handler)Handles the SMTP protocol communication.
-