Apache HttpClient
CloseableHttpClient를 생성할때 생성하려면 아래와 같이 기본 설정으로 생성할 수 있다. - CloseableHttpClient httpClient = HttpClientBuilder.create().build(); 기본 설정으로 HttpClient를 생성할 경우, 기본값이 아래와 같기 때문에 performance가 않나올 수 있다. - this.pool = new CPool(new InternalConnectionFactory(this.configData, connFactory), 2, 20, timeToLive, tunit); 때문에 아래 예제 코드와 같이 사용자가 설정을 직접 정의하여 HttpClient를 생성하는것도 고려해야 한다. import lombok.extern.slf4j.Sl..
Programming/유용한 라이브러리
2018. 7. 21. 16:06
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Embeddable Mapping
- java Equals
- scikit-learn
- java generic
- Akka
- Embedded Mapping
- Query DSL
- Property
- Sprint RetryTemplate
- 복합키 Mapping
- Spring JDBC Template
- Mapping
- JPA Criteria
- java EqualsAndHashCode
- spring spel
- SmartLifecycle
- DI
- Discriminate Mapping
- Criteria
- JPA
- docker
- Spring
- Spring Registrar
- @Primary
- guava
- Join Table
- Registrar
- Charles proxy
- RetryTemplate
- Typesafe Config
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함