Uses of Class
ch.astorm.smtp4j.protocol.SmtpProtocolException
Packages that use SmtpProtocolException
-
Uses of SmtpProtocolException in ch.astorm.smtp4j.auth
Methods in ch.astorm.smtp4j.auth that throw SmtpProtocolExceptionModifier and TypeMethodDescriptionbooleanCramMD5AuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanLoginAuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanPlainAuthenticationHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) booleanSmtpAuthenticatorHandler.authenticate(SmtpCommand command, SmtpExchangeHandler exchangeHandler, SmtpServerOptions options) Authenticates the client.SmtpExchangeHandler.nextLine()Reads the next line from the client. -
Uses of SmtpProtocolException in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that throw SmtpProtocolExceptionModifier and TypeMethodDescriptionstatic voidSmtpTransactionHandler.handle(SmtpServer smtpServer, Socket socket, SmtpTransactionHandler.MessageReceiver messageReceiver) Handles the SMTP protocol communication.