| Package | Description |
|---|---|
| io.apigee.trireme.core | |
| io.apigee.trireme.core.internal | |
| io.apigee.trireme.net.spi |
| Modifier and Type | Method and Description |
|---|---|
NodeScript |
NodeEnvironment.createScript(String[] args,
boolean forceRepl)
Create an instance of the script that will process command-line arguments from argv like regular
Node.js.
|
NodeScript |
NodeEnvironment.createScript(String scriptName,
File script,
String[] args)
Create an instance of a script attached to this environment.
|
NodeScript |
NodeEnvironment.createScript(String scriptName,
String script,
String[] args)
Create an instance of a script attached to this environment.
|
NodeScript |
NodeRuntime.getScriptObject()
Return the "NodeScript" used to create this script.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptStatusListener.onComplete(NodeScript script,
ScriptStatus status) |
| Modifier and Type | Method and Description |
|---|---|
NodeScript |
ScriptRunner.getScriptObject() |
| Constructor and Description |
|---|
ScriptRunner(NodeScript so,
NodeEnvironment env,
Sandbox sandbox,
File scriptFile,
String[] args) |
ScriptRunner(NodeScript so,
NodeEnvironment env,
Sandbox sandbox,
String[] args,
boolean forceRepl) |
ScriptRunner(NodeScript so,
NodeEnvironment env,
Sandbox sandbox,
String scriptName,
String script,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
HttpServerAdapter |
HttpServerContainer.newServer(NodeScript script,
HttpServerStub stub)
When a new HTTP server is registered, the JavaScript runtime calls this method on the container
to notify it that there is a need to listen on a new HTTP interface.
|
Copyright © 2016 Apigee Corporation. All Rights Reserved.