Blob Blame History Raw
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="tech-gio-network" xml:lang="ko">

  <info>
    <link type="guide" xref="tech" group="gio-network"/>
    <revision pkgversion="3.0" date="2011-04-05" status="review"/>

    <credit type="author copyright">
      <name>Federico Mena Quintero</name>
      <email its:translate="no">federico@gnome.org</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="cc-by-sa-3-0.xml"/>

    <desc>네트워크/소켓 스트림 API</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2016, 2017.</mal:years>
    </mal:credit>
  </info>

<title>GIO Networking</title>

  <p>GIO 네트워킹은 <link xref="tech-gio">파일 처리 용도로 활용</link>하는 스트림 API 상부에 만들었습니다. TCP/IP와 유닉스 영역 소켓으로 통신하는 고수준 API를 제공합니다. 서버에 연결하고, 이벤트를 대기하며, 자원을 읽을 때 GIO 네트워크 API를 활용할 수 있습니다. 비동기 API는 네트워크의 응답을 기다리려 프로그램의 동작을 멈추지 않습니다.</p>

<list style="compact">
  <item><p><link href="https://developer.gnome.org/gio/stable/">GIO 참고 설명서</link></p></item>
  <item><p><link href="https://developer.gnome.org/gio/stable/networking.html">저수준 네트워크 지원</link></p></item>
  <item><p><link href="https://developer.gnome.org/gio/stable/highlevel-socket.html">고수준 네트워크 기능</link></p></item>
</list>

</page>