Uses of Class
org.forgerock.audit.handlers.syslog.TransportProtocol
-
-
Uses of TransportProtocol in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog that return TransportProtocol Modifier and Type Method Description TransportProtocolSyslogAuditEventHandlerConfiguration. getProtocol()Returns the protocol over which messages transmitted to the Syslog daemon.static TransportProtocolTransportProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportProtocol[]TransportProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.audit.handlers.syslog with parameters of type TransportProtocol Modifier and Type Method Description voidSyslogAuditEventHandlerConfiguration. setProtocol(TransportProtocol protocol)Sets the protocol over which messages transmitted to the Syslog daemon.
-