Package | Description |
---|---|
ch.qos.logback.core.net.server |
Contains the base classes used by logback to serve logging events to
remote peers.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerRunner.accept(ClientVisitor<T> visitor)
Presents each connected client to the given visitor.
|
void |
ConcurrentServerRunner.accept(ClientVisitor<T> visitor)
Presents each connected client to the given visitor.
|
Copyright © 2005–2016 QOS.ch. All rights reserved.