Groovy Documentation

org.linkedin.glu.agent.rest.client
[Groovy] Class HttpsClientHelper

java.lang.Object
  org.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

Authors:
ypujante@linkedin.com


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

HttpsClientHelper(Client client)


 
Method Detail

configure

protected void configure(SchemeRegistry schemeRegistry)
Registers only for https on the given port


getKeyStoreParams

static java.util.Map getKeyStoreParams(java.lang.Object config, java.lang.String keyStorePathProp)


initSSLContext

static java.lang.Object initSSLContext(java.lang.Object config)


start

void start()


 

Groovy Documentation