Uses of Class
org.jboss.logmanager.handlers.SyslogHandler.Protocol
-
Packages that use SyslogHandler.Protocol Package Description org.jboss.logmanager.handlers -
-
Uses of SyslogHandler.Protocol in org.jboss.logmanager.handlers
Fields in org.jboss.logmanager.handlers declared as SyslogHandler.Protocol Modifier and Type Field Description private SyslogHandler.ProtocolSyslogHandler. protocolMethods in org.jboss.logmanager.handlers that return SyslogHandler.Protocol Modifier and Type Method Description SyslogHandler.ProtocolSyslogHandler. getProtocol()The protocol used to connect to the syslog serverstatic SyslogHandler.ProtocolSyslogHandler.Protocol. valueOf(java.lang.String name)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.Protocol Modifier and Type Method Description voidSyslogHandler. setProtocol(SyslogHandler.Protocol type)Sets the protocol used to connect to the syslog serverConstructors in org.jboss.logmanager.handlers with parameters of type SyslogHandler.Protocol Constructor Description SyslogHandler(java.lang.String serverHostname, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, java.lang.String hostname)Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.SyslogHandler(java.net.InetAddress serverAddress, int port, SyslogHandler.Facility facility, SyslogHandler.SyslogType syslogType, SyslogHandler.Protocol protocol, java.lang.String hostname)Creates a new syslog handler that sends the messages to the server represented by theserverAddressparameter on the port represented by theportparameter.
-