Uses of Class
org.apache.logging.log4j.core.net.Protocol
-
Packages that use Protocol Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of Protocol in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return Protocol Modifier and Type Method Description Protocol
SocketAppender.AbstractBuilder. getProtocol()
Methods in org.apache.logging.log4j.core.appender with parameters of type Protocol Modifier and Type Method Description static SocketAppender
SocketAppender. createAppender(String host, int port, Protocol protocol, SslConfiguration sslConfig, int connectTimeoutMillis, int reconnectDelayMillis, boolean immediateFail, String name, boolean immediateFlush, boolean ignoreExceptions, Layout<? extends Serializable> layout, Filter filter, boolean advertise, Configuration configuration)
Deprecated.Deprecated in 2.7; useSocketAppender.newBuilder()
protected static AbstractSocketManager
SocketAppender. createSocketManager(String name, Protocol protocol, String host, int port, int connectTimeoutMillis, SslConfiguration sslConfig, int reconnectDelayMillis, boolean immediateFail, Layout<? extends Serializable> layout, int bufferSize)
protected static AbstractSocketManager
SocketAppender. createSocketManager(String name, Protocol protocol, String host, int port, int connectTimeoutMillis, SslConfiguration sslConfig, int reconnectDelayMillis, boolean immediateFail, Layout<? extends Serializable> layout, int bufferSize, SocketOptions socketOptions)
Creates an AbstractSocketManager for TCP, UDP, and SSL.B
SocketAppender.AbstractBuilder. withProtocol(Protocol protocol)
-
Uses of Protocol in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net that return Protocol Modifier and Type Method Description static Protocol
Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-