de.phleisch.app.itsucks.io.http.impl
Class HttpRetrieverConfiguration
java.lang.Object
de.phleisch.app.itsucks.io.http.impl.HttpRetrieverConfiguration
public class HttpRetrieverConfiguration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTEXT_PARAMETER_HTTP_RETRIEVER_CONFIGURATION
public static final java.lang.String CONTEXT_PARAMETER_HTTP_RETRIEVER_CONFIGURATION
- See Also:
- Constant Field Values
HttpRetrieverConfiguration
public HttpRetrieverConfiguration()
getMaxConnectionsPerServer
public java.lang.Integer getMaxConnectionsPerServer()
setMaxConnectionsPerServer
public void setMaxConnectionsPerServer(java.lang.Integer pMaxConnectionsPerServer)
isProxyEnabled
public boolean isProxyEnabled()
setProxyEnabled
public void setProxyEnabled(boolean pProxyEnabled)
getProxyServer
public java.lang.String getProxyServer()
setProxyServer
public void setProxyServer(java.lang.String pProxyServer)
getProxyPort
public java.lang.Integer getProxyPort()
setProxyPort
public void setProxyPort(java.lang.Integer pProxyPort)
isProxyAuthenticationEnabled
public boolean isProxyAuthenticationEnabled()
setProxyAuthenticationEnabled
public void setProxyAuthenticationEnabled(boolean pProxyAuthenticationEnabled)
getProxyUser
public java.lang.String getProxyUser()
setProxyUser
public void setProxyUser(java.lang.String pProxyUser)
getProxyPassword
public java.lang.String getProxyPassword()
setProxyPassword
public void setProxyPassword(java.lang.String pProxyPassword)
getProxyRealm
public java.lang.String getProxyRealm()
setProxyRealm
public void setProxyRealm(java.lang.String pProxyRealm)
getUserAgent
public java.lang.String getUserAgent()
setUserAgent
public void setUserAgent(java.lang.String pUserAgent)
getBandwidthLimit
public java.lang.Integer getBandwidthLimit()
setBandwidthLimit
public void setBandwidthLimit(java.lang.Integer pBandwidthLimit)
getSharedObjects
public java.util.Map<java.lang.String,java.lang.Object> getSharedObjects()
getAuthenticationCredentials
public java.util.List<HttpAuthenticationCredentials> getAuthenticationCredentials()
setAuthenticationCredentials
public void setAuthenticationCredentials(java.util.List<HttpAuthenticationCredentials> pAuthenticationCredentials)
addAuthenticationCredentials
public void addAuthenticationCredentials(HttpAuthenticationCredentials pAuthenticationCredentials)
isSendReferer
public boolean isSendReferer()
setSendReferer
public void setSendReferer(boolean pSendReferer)
Copyright © 2010. All Rights Reserved.