Skip to content

Instantly share code, notes, and snippets.

View chanwookpark's full-sized avatar

chanwook chanwookpark

  • Seoul, South Korea
View GitHub Profile
package jdk9;
import jdk.incubator.http.HttpClient;
import jdk.incubator.http.HttpRequest;
import jdk.incubator.http.HttpResponse;
import java.net.URI;
/**
* JDK 기본 제공하는 HTTP 클라이언트의 초간단 테스트 (GET)
package striped;
import com.google.common.util.concurrent.Striped;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Semaphore;
/**
* Created by chanwook on 2014. 7. 16..