<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>b1a9id</author_name>
  <author_url>https://blog.hatena.ne.jp/b1a9id/</author_url>
  <blog_title>BullよりElk</blog_title>
  <blog_url>https://b1a9idps.com/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>入社当時Webの勉強のためにWebサーバ作っていたのですが、まだできておらずWebの理解を深めなきゃという気持ちで再び取り組みはじめました。 今回は、サーバとクライアントの通信がどのように行われているのかについて書きます。まず、クライアントとサーバを簡単に作ってみましょう。Client.java package client; import java.net.Socket; public class Client { public static void main(String[] args) throws Exception { try(Socket socket = new Socket(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fb1a9idps.com%2Fposts%2F2016%2F11%2F05%2F093158&quot; title=&quot;クライアントとサーバの通信の流れを見てみよう！ - BullよりElk&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-11-05 09:31:58</published>
  <title>クライアントとサーバの通信の流れを見てみよう！</title>
  <type>rich</type>
  <url>https://b1a9idps.com/posts/2016/11/05/093158</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
