public class JSXHR extends AbstractJSWrapper
| Modifier and Type | Field and Description |
|---|---|
String |
responseText |
String |
responseType |
String |
status |
engine| Constructor and Description |
|---|
JSXHR(ScriptEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllResponseHeaders() |
String |
getResponseHeader(String name) |
void |
open(String method,
String url,
boolean async) |
void |
send() |
void |
send(String body) |
void |
setRequestHeader(String name,
String value) |
eval, eval, getBindingspublic String status
public String responseText
public String responseType
public JSXHR(ScriptEngine engine)
Copyright © 2016 RAML. All rights reserved.