Home
last modified time | relevance | path

Searched refs:_closeSocket (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js257 this._closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut);
325 this._closeSocket(constants_1.ERRORS.InternalError);
334 this._closeSocket(constants_1.ERRORS.SocketClosed);
341 this._closeSocket(err.message);
358 _closeSocket(err) { method in SocksClient
405 …this._closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Resp…
438 …this._closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants…
481 this._closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion);
484 this._closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType);
496 this._closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType);
[all …]
/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts109 private _closeSocket;