|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.ext.httpclient.HttpClientHelper
org.linkedin.glu.agent.rest.client.HttpsClientHelper
class HttpsClientHelper extends HttpClientHelper
Client helper for https connections: create the proper ssl socket factories
Constructor Summary | |
HttpsClientHelper(Client client)
|
Method Summary | |
---|---|
protected void
|
configure(SchemeRegistry schemeRegistry)
Registers only for https on the given port |
static java.util.Map
|
getKeyStoreParams(java.lang.Object config, java.lang.String keyStorePathProp)
|
static java.lang.Object
|
initSSLContext(java.lang.Object config)
|
void
|
start()
|
Constructor Detail |
---|
HttpsClientHelper(Client client)
Method Detail |
---|
protected void configure(SchemeRegistry schemeRegistry)
static java.util.Map getKeyStoreParams(java.lang.Object config, java.lang.String keyStorePathProp)
static java.lang.Object initSSLContext(java.lang.Object config)
void start()
Groovy Documentation