Lines Matching refs:established
68 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
77 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
87 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
98 …SOCKS proxies to ip-api.com. Once the connection to the destination is established it sends an HTT…
126 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
167 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
209 …// <Socket ...> (this is a raw net.Socket that is established to the destination host through the…
250 …as been accepted to the initial client and a full duplex stream is now established to the initial …
284 client.on('established', info => {
348 // When the UDP relay is established, this event is fired and includes the UDP relay port to send d…
349 client.on('established', info => {
393 * [Event: 'established'](#event-established)
399 …. These proxy connections are fully transparent to the server and once established act as full dup…
445 …Optional callback function that is called when the proxy connection is established, or an error oc…
446 … - A Promise is returned that is resolved when the proxy connection is established, or rejected wh…
477 …/ <Socket ...> (this is a raw net.Socket that is established to the destination host through the …
514 …al callback function that is called when the proxy connection chain is established, or an error oc…
515 …romise is returned that is resolved when the proxy connection chain is established, or rejected wh…
521 **Note:** At least two proxies must be provided for the chain to be established.
620 ## Event: 'established'
624 1. When using the CONNECT command, and a proxy connection has been established to the remote host.
625 …nd, and an incoming connection has been accepted by the proxy and a TCP relay has been established.
626 3. When using the ASSOCIATE command, and a UDP relay has been established.
630 When using ASSOCIATE, 'established' is emitted with the remote UDP port the SOCKS server is accepti…