@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class JsonHttpProxy extends java.lang.Object
Constructor and description |
---|
JsonHttpProxy
(org.apache.http.HttpHost httpHost, java.lang.String context, java.lang.String username = null, java.lang.String password = null, int numConnections = 100) |
JsonHttpProxy
(org.apache.http.HttpHost httpHost, org.apache.http.HttpHost proxyHost, java.lang.String context, java.lang.String username = null, java.lang.String password = null, int numConnections = 100) |
JsonHttpProxy
(org.apache.http.HttpHost httpHost, java.lang.String context, java.lang.String accessTokenUri, java.lang.String clientId, java.lang.String clientSecret, int numConnections = 100) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
call(java.lang.String bean, java.lang.String methodName, java.util.List args) |
|
protected org.apache.http.impl.client.CloseableHttpClient |
createClient() Creates the client object with the proxy and cookie store for later use. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Creates the client object with the proxy and cookie store for later use.