Uses of Class
com.splunk.ResponseMessage

Packages that use ResponseMessage
com.splunk   
 

Uses of ResponseMessage in com.splunk
 

Methods in com.splunk that return ResponseMessage
 ResponseMessage HttpService.delete(java.lang.String path)
          Issues a DELETE request against the service using a given path.
 ResponseMessage HttpService.delete(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> args)
          Issues a DELETE request against the service using a given path and query arguments.
 ResponseMessage HttpService.get(java.lang.String path)
          Issues an HTTP GET request against the service using a given path.
 ResponseMessage HttpService.get(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> args)
          Issues an HTTP GET request against the service using a given path and query arguments.
 ResponseMessage JobCollection.list()
          Returns the job's response.
 ResponseMessage ResourceCollection.list()
          Issues an HTTP request to list the contents of the collection resource.
 ResponseMessage Service.parse(java.lang.String query)
          Parses a search query and returns a semantic map for the search in JSON format.
 ResponseMessage Service.parse(java.lang.String query, java.util.Map args)
          Parses a search query with additional arguments and returns a semantic map for the search in JSON format.
 ResponseMessage HttpService.post(java.lang.String path)
          Issues a POST request against the service using a given path.
 ResponseMessage HttpService.post(java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> args)
          Issues a POST request against the service using a given path and form arguments.
 ResponseMessage Service.restart()
          Restarts the service.
 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.