| Class | Description |
|---|---|
| CaresWrap |
Node's built-in JavaScript uses C-ARES for async DNS stuff.
|
| CaresWrap.CaresImpl | |
| CaresWrap.ReqWrap | |
| ConsoleWrap |
This class is used for TTY stuff, because it wraps the Java console.
|
| ConsoleWrap.ConsoleWrapImpl | |
| Contextify | |
| Contextify.ContextifyImpl | |
| Contextify.ContextifyScript | |
| Filesystem |
An implementation of the "fs" internal Node module.
|
| Filesystem.FSImpl | |
| FSReqWrap | |
| HTTPParser |
This is the HTTP parser required by Node's regular "http" module.
|
| HTTPParser.ParserImpl | |
| JavaStreamWrap |
This class is used when wrapping Java InputStream and OutputStream objects for use with standard
input and output.
|
| JavaStreamWrap.StreamWrapImpl | |
| PipeWrap | |
| PipeWrap.PipeConnectImpl | |
| PipeWrap.PipeImpl | |
| Process |
The Node process module done on top of the VM.
|
| Process.DomainInfo |
Here's another one of those objects for the "_domain" in domain.js
|
| Process.ProcessImpl | |
| Process.TickInfo |
This object is passed back to the "nextTick" code in trireme.js, and it allows efficient
indexed access of next tick state.
|
| ProcessWrap | |
| ProcessWrap.ProcessImpl | |
| Smalloc | |
| Smalloc.SmallocImpl | |
| SpawnSyncWrap | |
| SpawnSyncWrap.SpawnSync | |
| StreamWrap | |
| StreamWrap.ShutdownWrap | |
| StreamWrap.WriteWrap | |
| TCPWrap |
Node's own script modules use this internal module to implement the guts of async TCP.
|
| TCPWrap.ConnectImpl | |
| TCPWrap.TCPImpl | |
| TimerWrap |
This implements the timer_wrap Node internal module, which is used by timers.js
|
| TimerWrap.TimerImpl | |
| TLSWrap | |
| TLSWrap.TLSWrapModule | |
| TLSWrapStream | |
| Uv |
The "uv" internal module in Node 11 and up translates error codes to text and maintains an
index of common error codes.
|
| Uv.UvImpl | |
| ZlibWrap | |
| ZlibWrap.ZlibImpl |
Copyright © 2018 Apigee Corporation. All Rights Reserved.