일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Spring
- 그래들
- 토비
- Gradle
- 어플리케이션 컨텍스트
- IntelliJ
- 스프링
- AOP
- DispatcherServlet
- 그래이들
- 트랜잭션
- testAnnotationProcessor
- ApplicationContext
- Java
- okhttp
- spring boot
- Lombok
- 빈 스코프
- 빌더패턴
- mybatis
- WebApplicationType
- ConcurrentHashMap
- 어플리케이션컨텍스트
- annotationProcessor
- RequestMapping
- DataSet
- java8
- JavaScript
- Bean Scope
- 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