Uses of Interface
ch.astorm.smtp4j.connection.ConnectionListener
Packages that use ConnectionListener
-
Uses of ConnectionListener in ch.astorm.smtp4j
Methods in ch.astorm.smtp4j with parameters of type ConnectionListenerModifier and TypeMethodDescriptionSmtpServerBuilder.withConnectionListener(ConnectionListener connectionListener) Sets the specifiedconnectionListener.Constructors in ch.astorm.smtp4j with parameters of type ConnectionListenerModifierConstructorDescriptionSmtpServer(int port, SmtpMessageHandler messageHandler, Supplier<ExecutorService> executorSupplier, SmtpTransactionHandlerFactory handlerFactory, ConnectionListener connectionListener) Creates a newSmtpServer.