@Address(value="/core-service=management/access=audit/syslog-handler=*/protocol=udp") @Implicit public class UdpProtocol<T extends UdpProtocol<T>> extends HashMap implements Keyed
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UdpProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
host()
The host of the syslog server for the udp requests.
|
T |
host(String value)
The host of the syslog server for the udp requests.
|
Integer |
port()
The port of the syslog server for the udp requests.
|
T |
port(Integer value)
The port of the syslog server for the udp requests.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="host") public String host()
@ModelNodeBinding(detypedName="port") public Integer port()
Copyright © 2017 JBoss by Red Hat. All rights reserved.