Home
last modified time | relevance | path

Searched refs:parseUDPFrame (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/
DassociateExample.md23 … Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and p…
35 console.log(SocksClient.parseUDPFrame(message));
/third_party/node/deps/npm/node_modules/socks/docs/examples/javascript/
DassociateExample.md23 … Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and p…
35 console.log(SocksClient.parseUDPFrame(message));
/third_party/node/deps/npm/node_modules/socks/typings/client/
Dsocksclient.d.ts58 static parseUDPFrame(data: Buffer): SocksUDPFrameDetails;
/third_party/node/deps/npm/node_modules/socks/
DREADME.md337 console.log(SocksClient.parseUDPFrame(message));
390 * [Class Method: SocksClient.parseUDPFrame(data)](#class-method-socksclientparseudpframedata)
578 ### Class Method: SocksClient.parseUDPFrame(data)
583 const frame = SocksClient.parseUDPFrame(data);
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js157 static parseUDPFrame(data) { method in SocksClient