| Package | Description |
|---|---|
| com.xalys.xgl.browser.js.xhr |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLHttpRequest.open(HttpMethod method,
String url) |
void |
XMLHttpRequest.open(HttpMethod method,
String url,
boolean async) |
void |
XMLHttpRequest.open(HttpMethod method,
String url,
boolean async,
String user) |
void |
XMLHttpRequest.open(HttpMethod method,
String url,
boolean async,
String user,
String password) |
Copyright © 2018 Xalys. All rights reserved.