| Modifier and Type | Method and Description |
|---|---|
SyslogServerConfigIF |
SyslogServerIF.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static SyslogServerIF |
SyslogServer.createInstance(String protocol,
SyslogServerConfigIF config) |
static SyslogServerIF |
SyslogServer.createThreadedInstance(String protocol,
SyslogServerConfigIF config) |
void |
SyslogServerIF.initialize(String protocol,
SyslogServerConfigIF config) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSyslogServerConfig
AbstractSyslogServerConfig provides a base abstract implementation of the SyslogServerConfigIF
configuration interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected SyslogServerConfigIF |
AbstractSyslogServer.syslogServerConfig |
| Modifier and Type | Method and Description |
|---|---|
SyslogServerConfigIF |
AbstractSyslogServer.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected static SyslogServerEventIF |
AbstractSyslogServer.createEvent(SyslogServerConfigIF serverConfig,
byte[] lineBytes,
int lineBytesLength,
InetAddress inetAddr) |
protected static SyslogServerEventIF |
AbstractSyslogServer.createEvent(SyslogServerConfigIF serverConfig,
String line,
InetAddress inetAddr) |
void |
AbstractSyslogServer.initialize(String protocol,
SyslogServerConfigIF config) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNetSyslogServerConfig
AbstractNetSyslogServerConfig provides a base abstract implementation of the AbstractSyslogServerConfig
configuration interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TCPNetSyslogServerConfigIF
TCPNetSyslogServerConfigIF provides configuration for TCPNetSyslogServer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPNetSyslogServerConfig
TCPNetSyslogServerConfig provides configuration for TCPNetSyslogServer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SSLTCPNetSyslogServerConfigIF
SSLTCPNetSyslogServerConfigIF provides configuration for SSLTCPNetSyslogServer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SSLTCPNetSyslogServerConfig
SSLTCPNetSyslogServerConfig provides configuration for SSLTCPNetSyslogServer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UDPNetSyslogServerConfig
UDPNetSyslogServerConfig provides configuration for UDPNetSyslogServer.
|
Copyright © 2017. All rights reserved.