org.jasig.portlet.proxy.service.web
Class MultiRequestHttpClientServiceImpl
java.lang.Object
org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
- All Implemented Interfaces:
- IHttpClientService
@Service
public class MultiRequestHttpClientServiceImpl
- extends Object
- implements IHttpClientService
- Author:
- Jen Bourey
|
Method Summary |
protected org.apache.http.impl.client.AbstractHttpClient |
createHttpClient(javax.portlet.PortletRequest request)
|
org.apache.http.impl.client.AbstractHttpClient |
getHttpClient(javax.portlet.PortletRequest request)
|
void |
setPoolingClientConnectionManager(org.apache.http.impl.conn.PoolingClientConnectionManager connectionManager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_SESSION_KEY
protected static final String CLIENT_SESSION_KEY
- See Also:
- Constant Field Values
SHARED_SESSION_KEY
protected static final String SHARED_SESSION_KEY
- See Also:
- Constant Field Values
MultiRequestHttpClientServiceImpl
public MultiRequestHttpClientServiceImpl()
setPoolingClientConnectionManager
public void setPoolingClientConnectionManager(org.apache.http.impl.conn.PoolingClientConnectionManager connectionManager)
getHttpClient
public org.apache.http.impl.client.AbstractHttpClient getHttpClient(javax.portlet.PortletRequest request)
- Specified by:
getHttpClient in interface IHttpClientService
createHttpClient
protected org.apache.http.impl.client.AbstractHttpClient createHttpClient(javax.portlet.PortletRequest request)
Copyright © 2012 Jasig. All Rights Reserved.