mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 00:46:54 +08:00 
			
		
		
		
	🎨 Use explicit types on lambda arguments
This commit is contained in:
		| @@ -48,7 +48,7 @@ public class ApacheHttpDnsClientBuilder implements ApacheHttpClientBuilder { | ||||
|  | ||||
|   private DnsResolver dnsResover; | ||||
|  | ||||
|   private HttpRequestRetryHandler httpRequestRetryHandler = (exception, executionCount, context) -> false; | ||||
|   private HttpRequestRetryHandler httpRequestRetryHandler = (IOException exception, int executionCount, HttpContext context) -> false; | ||||
|   private SSLConnectionSocketFactory sslConnectionSocketFactory = SSLConnectionSocketFactory.getSocketFactory(); | ||||
|   private PlainConnectionSocketFactory plainConnectionSocketFactory = PlainConnectionSocketFactory.getSocketFactory(); | ||||
|   private String httpProxyHost; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kyle Scully
					Kyle Scully