Package | Description |
---|---|
org.apache.logging.log4j.core.net.server |
Standalone server classes for consuming log events over a network.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogEventBridge<T extends InputStream>
Abstract class for implementations of
LogEventBridge . |
class |
InputStreamLogEventBridge
Reads and logs
LogEvent s from an InputStream . |
class |
JsonInputStreamLogEventBridge
Reads and logs JSON
LogEvent s from an InputStream .. |
class |
ObjectInputStreamLogEventBridge
Reads and logs serialized
LogEvent objects from an ObjectInputStream . |
class |
XmlInputStreamLogEventBridge
Reads and logs
LogEvent s from an InputStream . |
Modifier and Type | Field and Description |
---|---|
protected LogEventBridge<T> |
AbstractSocketServer.logEventInput |
Constructor and Description |
---|
AbstractSocketServer(int port,
LogEventBridge<T> logEventInput)
Creates a new socket server.
|
SecureTcpSocketServer(int port,
LogEventBridge<T> logEventInput,
SslConfiguration sslConfig) |
TcpSocketServer(int port,
int backlog,
InetAddress localBindAddress,
LogEventBridge<T> logEventInput)
Constructor.
|
TcpSocketServer(int port,
LogEventBridge<T> logEventInput)
Constructor.
|
TcpSocketServer(int port,
LogEventBridge<T> logEventInput,
ServerSocket serverSocket)
Constructor.
|
UdpSocketServer(int port,
LogEventBridge<T> logEventInput)
Constructor.
|
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.