| Package | Description |
|---|---|
| io.apigee.trireme.core.internal | |
| io.apigee.trireme.core.modules |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RootModuleRegistry.putInternalModule(String name,
InternalNodeModule mod) |
protected void |
ChildModuleRegistry.putInternalModule(String name,
InternalNodeModule mod) |
protected abstract void |
AbstractModuleRegistry.putInternalModule(String name,
InternalNodeModule mod) |
| Modifier and Type | Class and Description |
|---|---|
class |
Constants
Includes all the constants from the built-in "constants" module in Node.
|
class |
Crypto
This class implements the internal "crypto" module.
|
class |
Evals
This implements the same "evals" module as regular Node.
|
class |
HTTPWrap
This is a special module that wraps the generic HTTP adapter so that it may be accessed from
JavaScript modules.
|
class |
ModuleLoader
This internal module is used when using the "executeModule" method of NodeScript, so
that we can notify the runtime when the module that we're running is ready.
|
class |
Natives
In regular node, "natives" is an internal module that contains the source code for all the built-in modules.
|
class |
OS |
class |
TriremeNativeSupport |
class |
UDPWrap |
Copyright © 2016 Apigee Corporation. All Rights Reserved.