Package ch.qos.logback.access.net
Class SocketNode
java.lang.Object
ch.qos.logback.access.net.SocketNode
- All Implemented Interfaces:
Runnable
Read
IAccessEvent
objects sent from a remote client using Sockets
(TCP). These logging events are logged according to local policy, as if they
were generated locally.
For example, the socket node might decide to log events to a local file and also resent them to a second socket node.
- Since:
- 0.8.4
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AccessContext
(package private) HardenedAccessEventInputStream
(package private) Socket
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
socket
Socket socket -
context
AccessContext context -
hardenedOIS
HardenedAccessEventInputStream hardenedOIS
-
-
Constructor Details
-
SocketNode
-
-
Method Details