Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.ValidHost
-
Packages that use ValidHost 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.org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of ValidHost in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type ValidHost Modifier and Type Field Description private java.lang.String
SocketAppender.AbstractBuilder. host
-
Uses of ValidHost in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as ValidHost Modifier and Type Field Description private ValidHost
ValidHostValidator. annotation
Methods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type ValidHost Modifier and Type Method Description void
ValidHostValidator. initialize(ValidHost annotation)
-
Uses of ValidHost in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type ValidHost Modifier and Type Field Description private java.net.InetAddress
SocketAddress.Builder. host
-