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