public interface SyslogServerIF extends Runnable
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
| Modifier and Type | Method and Description |
|---|---|
SyslogServerConfigIF |
getConfig() |
String |
getProtocol() |
Thread |
getThread() |
void |
initialize(String protocol,
SyslogServerConfigIF config) |
void |
run() |
void |
setThread(Thread thread) |
void |
shutdown() |
void initialize(String protocol, SyslogServerConfigIF config) throws SyslogRuntimeException
SyslogRuntimeExceptionString getProtocol()
SyslogServerConfigIF getConfig()
Thread getThread()
void setThread(Thread thread)
void shutdown()
Copyright © 2017. All rights reserved.