Blame platform-overview/ja/tech-gio-network.page

Packit 1470ea
Packit 1470ea
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-gio-network" xml:lang="ja">
Packit 1470ea
Packit 1470ea
  <info>
Packit 1470ea
    <link type="guide" xref="tech" group="gio-network"/>
Packit 1470ea
    <revision pkgversion="3.0" date="2011-04-05" status="review"/>
Packit 1470ea
Packit 1470ea
    <credit type="author copyright">
Packit 1470ea
      <name>Federico Mena Quintero</name>
Packit 1470ea
      <email its:translate="no">federico@gnome.org</email>
Packit 1470ea
      <years>2013</years>
Packit 1470ea
    </credit>
Packit 1470ea
Packit 1470ea
    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>
Packit 1470ea
Packit 1470ea
    <desc>Networking and sockets API with streams</desc>
Packit 1470ea
  </info>
Packit 1470ea
Packit 1470ea
<title>GIO Networking</title>
Packit 1470ea
Packit 1470ea
  

GIO Networking is built on top of the stream APIs

Packit 1470ea
  <link xref="tech-gio">used for files</link>. It provides high-level APIs to
Packit 1470ea
  communicate over TCP/IP and UNIX domain sockets. You can use the GIO
Packit 1470ea
  networking APIs to connect to a server, listen for events, and read
Packit 1470ea
  resources. The asynchronous API means your application doesn't block waiting
Packit 1470ea
  for a response from the network.

Packit 1470ea
Packit 1470ea
<list style="compact">
Packit 1470ea
  <item>

<link href="https://developer.gnome.org/gio/stable/">GIO Reference Manual</link>

</item>
Packit 1470ea
  <item>

<link href="https://developer.gnome.org/gio/stable/networking.html">Lowlevel network support</link>

</item>
Packit 1470ea
  <item>

<link href="https://developer.gnome.org/gio/stable/highlevel-socket.html">Highlevel network functionality</link>

</item>
Packit 1470ea
</list>
Packit 1470ea
Packit 1470ea
</page>