| Interface | Description |
|---|---|
| AbstractFilesystem |
| Class | Description |
|---|---|
| Buffer | |
| Buffer.BufferImpl |
Implementation of the actual "buffer" class.
|
| Constants |
Includes all the constants from the built-in "constants" module in Node.
|
| Crypto |
This class implements the internal "crypto" module.
|
| Crypto.CryptoImpl | |
| Evals |
This implements the same "evals" module as regular Node.
|
| Evals.NodeScriptImpl | |
| HTTPWrap |
This is a special module that wraps the generic HTTP adapter so that it may be accessed from
JavaScript modules.
|
| HTTPWrap.HttpImpl |
This is the top-level module object, aka "exports" for this module.
|
| HTTPWrap.RequestAdapter |
This object is used by the "ServerRequest" object in the "adaptorhttp" module to interface with the
Java runtime and with the HTTP adapter.
|
| HTTPWrap.ResponseAdapter |
This is a JavaScript object passed to the "adaptorhttp" module for each request.
|
| HTTPWrap.ServerContainer |
This implements the stub that the HTTP implementation will call into to notify us of new messages and data.
|
| 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.
|
| ModuleLoader.LoaderImpl | |
| NativeModule |
This class implements the NativeModule, which is normally part of "node.js" itself.
|
| NativeModule.ModuleImpl | |
| NativeModule.NativeImpl | |
| Natives |
In regular node, "natives" is an internal module that contains the source code for all the built-in modules.
|
| OS | |
| OS.OSImpl | |
| Referenceable |
This is a superclass used by many internal modules to manage "pin" and "unpin" behavior.
|
| TriremeNativeSupport | |
| TriremeNativeSupport.NativeSupportImpl | |
| UDPWrap | |
| UDPWrap.QueuedWrite | |
| UDPWrap.UDPImpl |
Copyright © 2016 Apigee Corporation. All Rights Reserved.