org.jasig.portlet.proxy.service.web
Class MultiRequestHttpClientServiceImpl

java.lang.Object
  extended by org.jasig.portlet.proxy.service.web.MultiRequestHttpClientServiceImpl
All Implemented Interfaces:
IHttpClientService

@Service
public class MultiRequestHttpClientServiceImpl
extends Object
implements IHttpClientService

Author:
Jen Bourey

Field Summary
protected static String CLIENT_SESSION_KEY
           
protected static String SHARED_SESSION_KEY
           
 
Constructor Summary
MultiRequestHttpClientServiceImpl()
           
 
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
 

Field Detail

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
Constructor Detail

MultiRequestHttpClientServiceImpl

public MultiRequestHttpClientServiceImpl()
Method Detail

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.