Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidPort
-
Packages that use ValidPort Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.config.plugins.validation.validators ConstraintValidator implementations for the constraint annotations. -
-
Uses of ValidPort in org.apache.logging.log4j.core.appender
Method parameters in org.apache.logging.log4j.core.appender with annotations of type ValidPort Modifier and Type Method Description static SmtpAppender
SmtpAppender. createAppender(Configuration config, String name, String to, String cc, String bcc, String from, String replyTo, String subject, String smtpProtocol, String smtpHost, String smtpPortStr, String smtpUsername, String smtpPassword, String smtpDebug, String bufferSizeStr, Layout<? extends Serializable> layout, Filter filter, String ignore)
Deprecated.UseSmtpAppender.newBuilder()
to create and configure aSmtpAppender.Builder
instance. -
Uses of ValidPort in org.apache.logging.log4j.core.config.plugins.validation.validators
Methods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidPort Modifier and Type Method Description void
ValidPortValidator. initialize(ValidPort annotation)
-