From 40de567297d4f75b3df85ca1a97a721973fe5851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 8 Jan 2017 12:36:38 +0100 Subject: [PATCH] classref: Sync with current code --- doc/base/classes.xml | 55 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 46 insertions(+), 9 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 31460b360af..04d0c615ddb 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -15177,6 +15177,12 @@ Set connection to use, for this client. + + + + + + @@ -15420,6 +15426,12 @@ Set the file to download into. Outputs the response body into the file. + + + + + + @@ -15562,6 +15574,12 @@ IP contains some support functions for the IPv4 protocol. TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides hostname resolution support, both blocking and threaded. + + + + + + @@ -15598,7 +15616,7 @@ - + Resolve a given hostname, blocking. Resolved hostname is returned as an IPv4 or IPv6 depending on "ip_type". @@ -15609,7 +15627,7 @@ - + Create a queue item for resolving a given hostname to an IPv4 or IPv6 depending on "ip_type". The queue ID is returned, or RESOLVER_INVALID_ID on error. @@ -15629,6 +15647,14 @@ + + + + + + + + @@ -24513,13 +24539,6 @@ Close the UDP socket the [PacketPeerUDP] is currently listening on. - - - - - Return the address of the remote peer(as a 32bit integer) that sent the last packet(that was received with [method get_packet] or [method get_var]). - - @@ -24552,6 +24571,12 @@ Make this [PacketPeerUDP] listen on the "port" with a buffer size "recv_buf_size". Listens on all available addresses. + + + + + + @@ -38162,6 +38187,12 @@ Return whether this peer is connected. Returns true while connecting and connected. + + + + + + @@ -39643,6 +39674,12 @@ Listen on a port using protocol, alternatively give a white-list of accepted hosts. + + + + + + Stop listening.