Skip to content

Initial release

Compare
Choose a tag to compare
@joneshf joneshf released this 27 May 00:09
1fd91c8

The initial release of the net bindings.

  • Creates a Node.Net module with the following exports:
    • isIP
    • isIPv4
    • isIPv6
  • Creates a Node.Net.Server module with the following exports:
    • Address
    • ListenOptions
    • Server
    • ServerOptions
    • address
    • close
    • createServer
    • getConnections
    • listen
    • listenBacklog
    • listenExclusive
    • listenHost
    • listenICP
    • listenIpv6Only
    • listenPath
    • listenPort
    • listenReadableAll
    • listenTCP
    • listenWritableAll
    • listening
    • onClose
    • onConnection
    • onError
    • onListening
    • serverAllowHalfOpen
    • serverPauseOnConnect
  • Creates a Node.Net.Socket module with the following exports:
    • ConnectOptions
    • Lookup
    • Socket
    • SocketOptions
    • bufferSize
    • bytesRead
    • bytesWritten
    • connect
    • connectFamily
    • connectHints
    • connectHost
    • connectICP
    • connectLocalAddress
    • connectLocalPort
    • connectPath
    • connectPort
    • connectTCP
    • connecting
    • createConnection
    • createConnectionICP
    • createConnectionTCP
    • destroy
    • destroyed
    • end
    • endString
    • localAddress
    • localPort
    • onClose
    • onConnect
    • onData
    • onDrain
    • onEnd
    • onError
    • onLookup
    • onReady
    • onTimeout
    • pause
    • pending
    • remoteAddress
    • remoteFamily
    • remotePort
    • resume
    • setEncoding
    • setKeepAlive
    • setNoDelay
    • setTimeout
    • socketAllowHalfOpen
    • socketFd
    • socketHost
    • socketPath
    • socketPort
    • socketReadable
    • socketTimeout
    • socketWritable
    • write
    • writeString