Open
Description
- Methods:
-
socket.setNoDelay()
(feat: Add setNoDelay() method #52) Originally posted by @Overtorment in SSL/TLS support #38 (comment) -
socket.setKeepAlive()
(feat: Add setKeepAlive() method #62) Originally posted by @Overtorment in SSL/TLS support #38 (comment) -
socket.setEncoding()
(feat: Add setEncoding() #74) Originally posted by @Overtorment in SSL/TLS support #38 (comment) -
socket.setTimeout()
(feat: Add setTimeout() method #56) -
socket.pause()
(feat: Implement backpressure handling #115) -
socket.ref()
(fix: Add ref() & unref() as empty methods #84) -
socket.resume()
(feat: Implement backpressure handling #115) -
socket.unref()
(fix: Add ref() & unref() as empty methods #84)
-
- Properties:
-
socket.bufferSize
-
socket.bytesRead
(7c94304) -
socket.bytesWritten
(7c94304) -
socket.connecting
(7c94304) -
socket.destroyed
(7c94304) -
socket.localAddress
(feat: Add socket address properties #94) -
socket.localPort
(feat: Add socket address properties #94) -
socket.pending
(7c94304) -
socket.remoteAddress
(feat: Add socket address properties #94) -
socket.remoteFamily
(feat: Add socket address properties #94) -
socket.remotePort
(feat: Add socket address properties #94) -
socket.timeout
(feat: Publish Socket timeout property #131) -
socket.readyState
(7c94304)
-
- Events:
-
drain
(feat: Implement backpressure handling #115) -
end
-
lookup
-
In the meantime, you can use these two adapters provided by BlueWallet: net API & tls API.