Uses of Annotation Type
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidPort
Packages that use ValidPort
Package
Description
Log4j 2 Appenders.
ConstraintValidator implementations for the constraint annotations.
Log4j 2 network support.
-
Uses of ValidPort in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type ValidPortModifier and TypeFieldDescriptionprivate intSocketAppender.AbstractBuilder.portprivate intSmtpAppender.Builder.smtpPortMethod parameters in org.apache.logging.log4j.core.appender with annotations of type ValidPortModifier and TypeMethodDescriptionstatic SmtpAppenderSmtpAppender.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. -
Uses of ValidPort in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as ValidPortMethods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidPort -
Uses of ValidPort in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type ValidPort
SmtpAppender.newBuilder()to create and configure aSmtpAppender.Builderinstance.