일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 스프링
- RequestMapping
- Lombok
- 어플리케이션컨텍스트
- mybatis
- 빈 스코프
- ApplicationContext
- JavaScript
- Bean Scope
- ConcurrentHashMap
- okhttp
- 트랜잭션
- java8
- WebApplicationType
- 토비
- Spring
- 그래들
- spring boot
- DataSet
- testAnnotationProcessor
- IntelliJ
- DispatcherServlet
- 그래이들
- Gradle
- AOP
- Java
- annotationProcessor
- Thread-safe
- 빌더패턴
- 어플리케이션 컨텍스트
Archives
- Today
- Total
목록okhttp (1)
나만보는페이지
[스터디정리] HTTP client
ok-http 학습 목표 Http client 오픈소스 라이브러리인 okhttp 의 초기버전(1.0.0)의 소스를 분석 package 구조 초기 버전이라 그런지 패키지 구조가 단순하다. okhttp, internal, internal/http, internal/spdy, internal/tls 패키지로 구분해 놓았다. 인터페이스 역할 Transport : 실제 전송을 담당하는 역할의 클래스. Returns an output stream where the request body can be written. Dns : Domain 에 매핑되는 IP 주소를 질의할 수 있는 인터페이스 제공. Domain name service. OKResponseCache : 요청에 대한 응답 캐시를 담는 역할. An exte..
study
2020. 4. 6. 02:43