public static class HTTPParser.ParserImpl extends AbstractIdObject<HTTPParser.ParserImpl>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static int |
REQUEST |
static int |
RESPONSE |
Id_constructor| Constructor and Description |
|---|
ParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected HTTPParser.ParserImpl |
defaultConstructor() |
protected HTTPParser.ParserImpl |
defaultConstructor(org.mozilla.javascript.Context cx,
java.lang.Object[] args) |
protected void |
fillConstructorProperties(org.mozilla.javascript.IdFunctionObject c) |
java.lang.Object |
get(int index,
org.mozilla.javascript.Scriptable start) |
boolean |
has(int index,
org.mozilla.javascript.Scriptable start) |
protected java.lang.Object |
prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args) |
void |
put(int index,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
HTTPParser in 0.12 super-optimizes callback setting using an array rather than property lookups.
|
anonymousCall, execIdCall, exportAsClass, findInstanceIdInfo, findPrototypeId, getClassName, getInstanceIdName, getMaxInstanceId, initPrototypeIdactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, delete, exportAsJSClass, findInstanceIdInfo, findPrototypeId, get, get, getAttributes, getInstanceIdValue, getOwnPropertyDescriptor, has, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeMethod, initPrototypeMethod, initPrototypeValue, initPrototypeValue, instanceIdInfo, put, put, setAttributes, setInstanceIdAttributes, setInstanceIdValueapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final java.lang.String CLASS_NAME
public static final int REQUEST
public static final int RESPONSE
protected HTTPParser.ParserImpl defaultConstructor(org.mozilla.javascript.Context cx, java.lang.Object[] args)
defaultConstructor in class AbstractIdObject<HTTPParser.ParserImpl>protected HTTPParser.ParserImpl defaultConstructor()
defaultConstructor in class AbstractIdObject<HTTPParser.ParserImpl>protected void fillConstructorProperties(org.mozilla.javascript.IdFunctionObject c)
fillConstructorProperties in class org.mozilla.javascript.IdScriptableObjectpublic void put(int index,
org.mozilla.javascript.Scriptable start,
java.lang.Object value)
put in interface org.mozilla.javascript.Scriptableput in class org.mozilla.javascript.ScriptableObjectpublic java.lang.Object get(int index,
org.mozilla.javascript.Scriptable start)
get in interface org.mozilla.javascript.Scriptableget in class org.mozilla.javascript.ScriptableObjectpublic boolean has(int index,
org.mozilla.javascript.Scriptable start)
has in interface org.mozilla.javascript.Scriptablehas in class org.mozilla.javascript.ScriptableObjectprotected java.lang.Object prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args)
prototypeCall in class AbstractIdObject<HTTPParser.ParserImpl>Copyright © 2018 Apigee Corporation. All Rights Reserved.