-
- Downloads
Replace Twilio SDK with Java 11 HttpClient
Showing
- pom.xml 36 additions, 17 deletionspom.xml
- src/main/java/org/whispersystems/textsecuregcm/configuration/CircuitBreakerConfiguration.java 13 additions, 0 deletions...tsecuregcm/configuration/CircuitBreakerConfiguration.java
- src/main/java/org/whispersystems/textsecuregcm/configuration/RetryConfiguration.java 38 additions, 0 deletions...stems/textsecuregcm/configuration/RetryConfiguration.java
- src/main/java/org/whispersystems/textsecuregcm/configuration/TwilioConfiguration.java 53 additions, 0 deletions...tems/textsecuregcm/configuration/TwilioConfiguration.java
- src/main/java/org/whispersystems/textsecuregcm/controllers/AccountController.java 1 addition, 1 deletion...rsystems/textsecuregcm/controllers/AccountController.java
- src/main/java/org/whispersystems/textsecuregcm/http/FaultTolerantHttpClient.java 137 additions, 0 deletions...ersystems/textsecuregcm/http/FaultTolerantHttpClient.java
- src/main/java/org/whispersystems/textsecuregcm/http/FormDataBodyPublisher.java 26 additions, 0 deletions...spersystems/textsecuregcm/http/FormDataBodyPublisher.java
- src/main/java/org/whispersystems/textsecuregcm/redis/ReplicatedJedisPool.java 3 additions, 10 deletions...ispersystems/textsecuregcm/redis/ReplicatedJedisPool.java
- src/main/java/org/whispersystems/textsecuregcm/sms/SmsSender.java 4 additions, 20 deletions.../java/org/whispersystems/textsecuregcm/sms/SmsSender.java
- src/main/java/org/whispersystems/textsecuregcm/sms/TwilioSmsSender.java 171 additions, 49 deletions...org/whispersystems/textsecuregcm/sms/TwilioSmsSender.java
- src/main/java/org/whispersystems/textsecuregcm/storage/FaultTolerantDatabase.java 4 additions, 14 deletions...rsystems/textsecuregcm/storage/FaultTolerantDatabase.java
- src/main/java/org/whispersystems/textsecuregcm/util/CircuitBreakerUtil.java 14 additions, 0 deletions...whispersystems/textsecuregcm/util/CircuitBreakerUtil.java
- src/main/java/org/whispersystems/textsecuregcm/util/ExecutorUtils.java 21 additions, 0 deletions.../org/whispersystems/textsecuregcm/util/ExecutorUtils.java
- src/test/java/org/whispersystems/sms/TwilioSmsSenderTest.java 150 additions, 0 deletions...test/java/org/whispersystems/sms/TwilioSmsSenderTest.java
- src/test/java/org/whispersystems/textsecuregcm/tests/http/FaultTolerantHttpClientTest.java 154 additions, 0 deletions...textsecuregcm/tests/http/FaultTolerantHttpClientTest.java
Loading
Please register or sign in to comment