Uses of Class
com.splunk.logging.HttpEventCollectorSender.SendMode
-
Packages that use HttpEventCollectorSender.SendMode Package Description com.splunk.logging -
-
Uses of HttpEventCollectorSender.SendMode in com.splunk.logging
Methods in com.splunk.logging that return HttpEventCollectorSender.SendMode Modifier and Type Method Description static HttpEventCollectorSender.SendMode
HttpEventCollectorSender.SendMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpEventCollectorSender.SendMode[]
HttpEventCollectorSender.SendMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-