See: Description
| Interface | Description |
|---|---|
| Client |
A client of a
ServerRunner. |
| ClientVisitor<T extends Client> |
A visitor for a
Client. |
| RemoteReceiverClient |
A client of a
ServerRunner that receives events from a local
appender and logs them according to local policy. |
| ServerListener<T extends Client> |
A listener that accepts
Client connections on behalf of a
ServerRunner. |
| ServerRunner<T extends Client> |
An object that is responsible for the asynchronous execution of a
socket server.
|
| Class | Description |
|---|---|
| AbstractServerSocketAppender<E> |
This is the super class for module specific ServerSocketAppender
implementations can derive from.
|
| ConcurrentServerRunner<T extends Client> |
A concurrent
ServerRunner. |
| RemoteReceiverServerListener |
A
ServerListener that accepts connections from remote receiver
component clients. |
| RemoteReceiverServerRunner |
A
ServerRunner that listens for connections from remote receiver
component clients and delivers logging events to all connected clients. |
| RemoteReceiverStreamClient |
A
RemoteReceiverClient that writes serialized logging events to an
OutputStream. |
| ServerSocketListener<T extends Client> |
A
ServerListener that accepts connections on a ServerSocket. |
| SSLServerSocketAppenderBase<E> |
This is the base class for module specific ServerSocketAppender
implementations.
|
Contains the base classes used by logback to serve logging events to remote peers.