HttpSvc.IRuntime Interface
- public static interface HttpSvc.IRuntime
extends HttpSvc.I
Used to query the Knex runtime.
-
All Superinterfaces
-
HttpSvc.I
-
Enclosing class
-
HttpSvc
queryRuntime(URL, StringBuffer) Method
public boolean queryRuntime(URL
url,
StringBuffer
responseBuffer)
Returns true if there were no errors, false otherwise. The responseBuffer
contains the result of the call. Use the KnexUtil class to help analyze
the responseBuffer.
Parameters
-
url
- The fully-formed query to execute against the runtime
-
responseBuffer
- The response from the runtime goes in this buffer.
Returns
- true if the query had no errors, false if it did.