|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEventBridge | |
---|---|
org.apache.logging.log4j.core.net.server | Standalone server classes for consuming log events over a network. |
Uses of LogEventBridge in org.apache.logging.log4j.core.net.server |
---|
Classes in org.apache.logging.log4j.core.net.server that implement LogEventBridge | |
---|---|
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 . |
Fields in org.apache.logging.log4j.core.net.server declared as LogEventBridge | |
---|---|
protected LogEventBridge<T> |
AbstractSocketServer.logEventInput
|
Constructors in org.apache.logging.log4j.core.net.server with parameters of type LogEventBridge | |
---|---|
AbstractSocketServer(int port,
LogEventBridge<T> logEventInput)
Creates a new socket server. |
|
SecureTcpSocketServer(int port,
LogEventBridge<T> logEventInput,
SslConfiguration sslConfig)
|
|
TcpSocketServer(int port,
LogEventBridge<T> logEventInput)
Constructor. |
|
TcpSocketServer(int port,
LogEventBridge<T> logEventInput,
ServerSocket serverSocket)
Constructor. |
|
UdpSocketServer(int port,
LogEventBridge<T> logEventInput)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2015 Apache Software Foundation. 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.