public class IHttpPromiseCallbackArg<T> extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<IRequestConfig> |
config |
Objs.Property<Objs> |
data |
Objs.Property<IHttpHeadersGetter> |
headers |
Objs.Property<Number> |
status |
Objs.Property<String> |
statusText |
Modifier | Constructor and Description |
---|---|
protected |
IHttpPromiseCallbackArg(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IHttpPromiseCallbackArg |
$as(Object obj) |
IRequestConfig |
config() |
Objs |
headers() |
String |
headers(String headerName) |
Number |
status() |
String |
statusText() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Objs> data
public Objs.Property<Number> status
public Objs.Property<IHttpHeadersGetter> headers
public Objs.Property<IRequestConfig> config
public Objs.Property<String> statusText
protected IHttpPromiseCallbackArg(Objs.Constructor<?> c, Object js)
public static IHttpPromiseCallbackArg $as(Object obj)
public Number status()
public Objs headers()
public IRequestConfig config()
public String statusText()
Copyright © 2018. All rights reserved.