|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hecl.http.HttpCommand
public class HttpCommand
Constructor Summary | |
---|---|
HttpCommand()
|
Method Summary | |
---|---|
void |
cmdCode(Interp interp,
Thing[] argv)
The cmdCode method takes an interpreter and an array of
Things, performs some calculations, and returns a Thing
representing the computed value, or null . |
static java.lang.String |
executeQuery(java.lang.String url,
java.lang.String data,
java.lang.String type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpCommand()
Method Detail |
---|
public void cmdCode(Interp interp, Thing[] argv) throws HeclException
Command
cmdCode
method takes an interpreter and an array of
Things, performs some calculations, and returns a Thing
representing the computed value, or null
.
cmdCode
in interface Command
interp
- an Interp
valueargv
- a Thing[]
value
HeclException
- if an error occurspublic static java.lang.String executeQuery(java.lang.String url, java.lang.String data, java.lang.String type) throws HeclException
HeclException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |