Uses of Class
com.nilhcem.fakesmtp.core.exception.BindPortException
Packages that use BindPortException
Package
Description
Models used in the application to contain emails or component fields information.
Provides services classes for the SMTP server.
-
Uses of BindPortException in com.nilhcem.fakesmtp.model
Methods in com.nilhcem.fakesmtp.model that throw BindPortExceptionModifier and TypeMethodDescriptionvoid
UIModel.toggleButton()
Happens when a user clicks on the start button. -
Uses of BindPortException in com.nilhcem.fakesmtp.server
Methods in com.nilhcem.fakesmtp.server that throw BindPortExceptionModifier and TypeMethodDescriptionvoid
SMTPServerHandler.startServer
(int port, InetAddress bindAddress) Starts the server on the port and address specified in parameters.