public static final class AddAuditLogSyslogHandler.TcpBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
protected SyslogFacilityType |
facility |
protected String |
formatter |
protected String |
host |
protected int |
maxFailureCount |
protected int |
maxLength |
protected String |
name |
protected Integer |
port |
protected boolean |
replaceExisting |
protected SyslogFormatType |
syslogFormat |
protected Boolean |
truncate |
| Constructor and Description |
|---|
TcpBuilder(String name) |
| Modifier and Type | Method and Description |
|---|---|
THIS |
appName(String appName) |
AddAuditLogSyslogHandler |
build() |
THIS |
facility(SyslogFacilityType facility) |
THIS |
formatter(String formatter) |
THIS |
host(String host) |
THIS |
maxFailureCount(int maxFailureCount) |
THIS |
maxLength(int maxLength) |
AddAuditLogSyslogHandler.TcpBuilder |
messageTransfer(MessageTransferType messageTransfer) |
THIS |
port(int port) |
AddAuditLogSyslogHandler.TcpBuilder |
reconnectTimeout(int reconnectTimeout)
This is only supported for EAP 6.4.x or WildFly 9.0.0 and above.
|
THIS |
replaceExisting() |
THIS |
syslogFormat(SyslogFormatType syslogFormat) |
THIS |
truncate(boolean truncate) |
protected String formatter
protected String name
protected String appName
protected SyslogFacilityType facility
protected int maxFailureCount
protected int maxLength
protected SyslogFormatType syslogFormat
protected Boolean truncate
protected boolean replaceExisting
protected String host
protected Integer port
public TcpBuilder(String name)
public AddAuditLogSyslogHandler.TcpBuilder messageTransfer(MessageTransferType messageTransfer)
public AddAuditLogSyslogHandler.TcpBuilder reconnectTimeout(int reconnectTimeout)
public AddAuditLogSyslogHandler build()
public final THIS appName(String appName)
public final THIS facility(SyslogFacilityType facility)
public final THIS formatter(String formatter)
public final THIS maxFailureCount(int maxFailureCount)
public final THIS maxLength(int maxLength)
public final THIS syslogFormat(SyslogFormatType syslogFormat)
public final THIS truncate(boolean truncate)
public final THIS replaceExisting()
public final THIS host(String host)
public final THIS port(int port)
Copyright © 2021. All rights reserved.