public static class HTTPWrap.ResponseAdapter
extends org.mozilla.javascript.ScriptableObject
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
| Constructor and Description |
|---|
HTTPWrap.ResponseAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
fatalError(String message,
Object stack) |
Object |
getAttachment() |
String |
getClassName() |
org.mozilla.javascript.Function |
getOnChannelClosed() |
org.mozilla.javascript.Function |
getOnWriteComplete() |
static void |
send(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function func) |
static void |
sendChunk(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function func) |
void |
setOnChannelClosed(org.mozilla.javascript.Function cc) |
void |
setOnWriteComplete(org.mozilla.javascript.Function onComplete) |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, equivalentValues, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final String CLASS_NAME
public String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObject@JSGetter(value="onwritecomplete") public org.mozilla.javascript.Function getOnWriteComplete()
@JSSetter(value="onwritecomplete") public void setOnWriteComplete(org.mozilla.javascript.Function onComplete)
@JSGetter(value="onchannelclosed") public org.mozilla.javascript.Function getOnChannelClosed()
@JSSetter(value="onchannelclosed") public void setOnChannelClosed(org.mozilla.javascript.Function cc)
@JSGetter(value="attachment") public Object getAttachment()
@JSFunction
public static void send(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function func)
@JSFunction
public static void sendChunk(org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable thisObj,
Object[] args,
org.mozilla.javascript.Function func)
@JSFunction public void destroy()
Copyright © 2016 Apigee Corporation. All Rights Reserved.