We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8870b4d + c5584bc commit 35411f4Copy full SHA for 35411f4
src/main/java/com/twilio/sdk/TwilioRestClient.java
@@ -95,6 +95,10 @@ public void setNumRetries(int numRetries) {
95
public void setHttpclient(HttpClient httpclient) {
96
this.httpclient = httpclient;
97
}
98
+
99
+ public HttpClient getHttpClient() {
100
+ return httpclient;
101
+ }
102
103
/**
104
* Explicitly construct a TwilioRestClient with the given API credentials.
0 commit comments