Uses of Enum
org.jboss.logmanager.handlers.SyslogHandler.Protocol
Packages that use SyslogHandler.Protocol
-
Uses of SyslogHandler.Protocol in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers declared as SyslogHandler.ProtocolMethods in org.jboss.logmanager.handlers that return SyslogHandler.ProtocolModifier and TypeMethodDescriptionSyslogHandler.getProtocol()
The protocol used to connect to the syslog serverstatic SyslogHandler.Protocol
Returns the enum constant of this type with the specified name.static SyslogHandler.Protocol[]
SyslogHandler.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logmanager.handlers with parameters of type SyslogHandler.ProtocolModifier and TypeMethodDescriptionvoid
SyslogHandler.setProtocol
(SyslogHandler.Protocol type) Sets the protocol used to connect to the syslog serverConstructors in org.jboss.logmanager.handlers with parameters of type SyslogHandler.ProtocolModifierConstructorDescriptionSyslogHandler
(String serverHostname, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddress
parameter on the port represented by theport
parameter.SyslogHandler
(InetAddress serverAddress, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, String hostname) Creates a new syslog handler that sends the messages to the server represented by theserverAddress
parameter on the port represented by theport
parameter.