Uses of Class
org.alfresco.httpclient.RequestHeadersHttpClient
-
Packages that use RequestHeadersHttpClient Package Description org.alfresco.httpclient -
-
Uses of RequestHeadersHttpClient in org.alfresco.httpclient
Methods in org.alfresco.httpclient that return RequestHeadersHttpClient Modifier and Type Method Description protected RequestHeadersHttpClient
HttpClientFactory. constructHttpClient()
protected RequestHeadersHttpClient
HttpClientFactory. constructSharedSecretHttpClient()
Build HTTP Client using default headersprotected RequestHeadersHttpClient
HttpClientFactory. getDefaultHttpClient()
protected RequestHeadersHttpClient
HttpClientFactory. getDefaultHttpClient(String httpHost, int httpPort)
RequestHeadersHttpClient
HttpClientFactory. getHttpClient()
RequestHeadersHttpClient
HttpClientFactory. getHttpClient(String host, int port)
protected RequestHeadersHttpClient
HttpClientFactory. getHttpsClient()
protected RequestHeadersHttpClient
HttpClientFactory. getHttpsClient(String httpsHost, int httpsPort)
protected RequestHeadersHttpClient
HttpClientFactory. getSharedSecretHttpClient()
protected RequestHeadersHttpClient
HttpClientFactory. getSharedSecretHttpClient(String httpHost, int httpPort)
-