Uses of Class
com.splunk.RequestMessage

Packages that use RequestMessage
com.splunk   
 

Uses of RequestMessage in com.splunk
 

Methods in com.splunk with parameters of type RequestMessage
 ResponseMessage Service.send(java.lang.String path, RequestMessage request)
          Issues an HTTP request against the service using a request path and message.
 ResponseMessage HttpService.send(java.lang.String path, RequestMessage request)
          Issue an HTTP request against the service using a given path and request message.