Skip to content

Commit

Permalink
import xml doc of development (8149e5e66436b5dac8f8b3f3fa09b2aac3e7f9d8)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Jul 25, 2024
1 parent 1d27c3b commit 250e00a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions xml/development/hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40786,7 +40786,7 @@
<x path="Int"/>
<x path="Int"/>
</f></readBytes>
<close public="1" set="method" line="59" override="1"><f a=""><x path="Void"/></f></close>
<close public="1" set="method" line="62" override="1"><f a=""><x path="Void"/></f></close>
<new public="1" set="method" line="33"><f a="s">
<c path="sys.ssl.Socket"/>
<x path="Void"/>
Expand All @@ -40798,25 +40798,25 @@
<c path="sys.ssl.Socket"/>
<meta><m n=":allow"><e>sys.ssl.Socket</e></m></meta>
</__s>
<writeByte public="1" set="method" line="73" override="1"><f a="c">
<writeByte public="1" set="method" line="76" override="1"><f a="c">
<x path="Int"/>
<x path="Void"/>
</f></writeByte>
<writeBytes public="1" set="method" line="82" override="1"><f a="buf:pos:len">
<writeBytes public="1" set="method" line="85" override="1"><f a="buf:pos:len">
<c path="haxe.io.Bytes"/>
<x path="Int"/>
<x path="Int"/>
<x path="Int"/>
</f></writeBytes>
<close public="1" set="method" line="94" override="1"><f a=""><x path="Void"/></f></close>
<new public="1" set="method" line="69"><f a="s">
<close public="1" set="method" line="100" override="1"><f a=""><x path="Void"/></f></close>
<new public="1" set="method" line="72"><f a="s">
<c path="sys.ssl.Socket"/>
<x path="Void"/>
</f></new>
</class>
<class path="sys.ssl.Socket" params="" file="/home/runner/work/haxe/haxe/std/hl/_std/sys/ssl/Socket.hx">
<extends path="sys.net.Socket"/>
<DEFAULT_VERIFY_CERT public="1" expr="true" line="103" static="1">
<DEFAULT_VERIFY_CERT public="1" expr="true" line="109" static="1">
<x path="Null"><x path="Bool"/></x>
<meta><m n=":value"><e>true</e></m></meta>
</DEFAULT_VERIFY_CERT>
Expand Down Expand Up @@ -40848,44 +40848,44 @@
<x path="Bool"/>
<meta><m n=":value"><e>true</e></m></meta>
</isBlocking>
<init set="method" line="122" override="1"><f a=""><x path="Void"/></f></init>
<connect public="1" set="method" line="135" override="1"><f a="host:port">
<init set="method" line="128" override="1"><f a=""><x path="Void"/></f></init>
<connect public="1" set="method" line="141" override="1"><f a="host:port">
<c path="sys.net.Host"/>
<x path="Int"/>
<x path="Void"/>
</f></connect>
<handshake public="1" set="method" line="150">
<handshake public="1" set="method" line="156">
<f a=""><x path="Void"/></f>
<haxe_doc>Perform the SSL handshake.</haxe_doc>
</handshake>
<setBlocking public="1" set="method" line="162" override="1"><f a="b">
<setBlocking public="1" set="method" line="168" override="1"><f a="b">
<x path="Bool"/>
<x path="Void"/>
</f></setBlocking>
<setCA public="1" set="method" line="167">
<setCA public="1" set="method" line="173">
<f a="cert">
<c path="sys.ssl.Certificate"/>
<x path="Void"/>
</f>
<haxe_doc>Configure the certificate chain for peer certificate verification.</haxe_doc>
</setCA>
<setHostname public="1" set="method" line="171">
<setHostname public="1" set="method" line="177">
<f a="name">
<c path="String"/>
<x path="Void"/>
</f>
<haxe_doc>Configure the hostname for Server Name Indication TLS extension.</haxe_doc>
</setHostname>
<setCertificate public="1" set="method" line="175">
<setCertificate public="1" set="method" line="181">
<f a="cert:key">
<c path="sys.ssl.Certificate"/>
<c path="sys.ssl.Key"/>
<x path="Void"/>
</f>
<haxe_doc>Configure own certificate and private key.</haxe_doc>
</setCertificate>
<close public="1" set="method" line="180" override="1"><f a=""><x path="Void"/></f></close>
<addSNICertificate public="1" set="method" line="195">
<close public="1" set="method" line="186" override="1"><f a=""><x path="Void"/></f></close>
<addSNICertificate public="1" set="method" line="201">
<f a="cbServernameMatch:cert:key">
<f a="">
<c path="String"/>
Expand All @@ -40898,21 +40898,21 @@
<haxe_doc>Configure additionals certificates and private keys for Server Name Indication extension.
The callback may be called during handshake to determine the certificate to use.</haxe_doc>
</addSNICertificate>
<bind public="1" set="method" line="201" override="1"><f a="host:port">
<bind public="1" set="method" line="207" override="1"><f a="host:port">
<c path="sys.net.Host"/>
<x path="Int"/>
<x path="Void"/>
</f></bind>
<accept public="1" set="method" line="207" override="1"><f a=""><c path="sys.ssl.Socket"/></f></accept>
<peerCertificate public="1" set="method" line="224">
<accept public="1" set="method" line="213" override="1"><f a=""><c path="sys.ssl.Socket"/></f></accept>
<peerCertificate public="1" set="method" line="230">
<f a=""><c path="sys.ssl.Certificate"/></f>
<haxe_doc>Return the certificate received from the other side of a connection.</haxe_doc>
</peerCertificate>
<buildConfig set="method" line="229"><f a="server">
<buildConfig set="method" line="235"><f a="server">
<x path="Bool"/>
<x path="sys.ssl.Config"/>
</f></buildConfig>
<new public="1" set="method" line="102"><f a=""><x path="Void"/></f></new>
<new public="1" set="method" line="108"><f a=""><x path="Void"/></f></new>
<haxe_doc>A TLS socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections.</haxe_doc>
<meta>
<m n=":coreApi"/>
Expand Down
2 changes: 1 addition & 1 deletion xml/development/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "1c71a0e19fa2342e64c451a1bda298048ed58140",
"commit": "8149e5e66436b5dac8f8b3f3fa09b2aac3e7f9d8",
"branch": "development"
}

0 comments on commit 250e00a

Please sign in to comment.