de.extra.client.plugins.outputplugin.config
Class HttpOutputPluginConnectConfiguration
java.lang.Object
de.extra.client.plugins.outputplugin.config.HttpOutputPluginConnectConfiguration
@Named(value="httpOutputPluginConnectConfiguration")
public class HttpOutputPluginConnectConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpOutputPluginConnectConfiguration
public HttpOutputPluginConnectConfiguration()
isProxyAuth
public boolean isProxyAuth()
- Returns:
- Returns the proxyAuth.
setProxyAuth
public void setProxyAuth(boolean proxyAuth)
- Parameters:
proxyAuth - The proxyAuth to set.
getProxyHost
public String getProxyHost()
- Returns:
- Returns the proxyHost.
setProxyHost
public void setProxyHost(String proxyHost)
- Parameters:
proxyHost - The proxyHost to set.
getProxyPort
public String getProxyPort()
- Returns:
- Returns the proxyPort.
setProxyPort
public void setProxyPort(String proxyPort)
- Parameters:
proxyPort - The proxyPort to set.
getProxyPwd
public String getProxyPwd()
- Returns:
- Returns the proxyPwd.
setProxyPwd
public void setProxyPwd(String proxyPwd)
- Parameters:
proxyPwd - The proxyPwd to set.
isProxySet
public boolean isProxySet()
- Returns:
- Returns the proxySet.
setProxySet
public void setProxySet(boolean proxySet)
- Parameters:
proxySet - The proxySet to set.
getProxyUser
public String getProxyUser()
- Returns:
- Returns the proxyUser.
setProxyUser
public void setProxyUser(String proxyUser)
- Parameters:
proxyUser - The proxyUser to set.
getServerHost
public String getServerHost()
- Returns:
- Returns the serverHost.
setServerHost
public void setServerHost(String serverHost)
- Parameters:
serverHost - The serverHost to set.
getServerPort
public String getServerPort()
- Returns:
- Returns the serverPort.
setServerPort
public void setServerPort(String serverPort)
- Parameters:
serverPort - The serverPort to set.
getServerURL
public String getServerURL()
- Returns:
- Returns the serverURL.
setServerURL
public void setServerURL(String serverURL)
- Parameters:
serverURL - The serverURL to set.
isSslServer
public boolean isSslServer()
- Returns:
- Returns the sslServer.
setSslServer
public void setSslServer(boolean sslServer)
- Parameters:
sslServer - The sslServer to set.
getSslTruststoreLocation
public String getSslTruststoreLocation()
- Returns:
- Returns the sslTruststoreLocation.
setSslTruststoreLocation
public void setSslTruststoreLocation(String sslTruststoreLocation)
- Parameters:
sslTruststoreLocation - The sslTruststoreLocation to set.
getUserAgent
public String getUserAgent()
- Returns:
- Returns the userAgent.
setUserAgent
public void setUserAgent(String userAgent)
- Parameters:
userAgent - The userAgent to set.
getProxyIntPort
public int getProxyIntPort()
- Returns:
getSslTruststorePassword
public String getSslTruststorePassword()
- Returns:
- Returns the sslTruststorePassword.
setSslTruststorePassword
public void setSslTruststorePassword(String sslTruststorePassword)
- Parameters:
sslTruststorePassword - The sslTruststorePassword to set.
getSslCertificate
public String getSslCertificate()
- Returns:
- Returns the sslCertificate.
setSslCertificate
public void setSslCertificate(String sslCertificate)
- Parameters:
sslCertificate - The sslCertificate to set.
isSslCertificateRefresh
public boolean isSslCertificateRefresh()
setSslCertificateRefresh
public void setSslCertificateRefresh(boolean sslCertificateRefresh)
getSenderData
public HttpOutputPluginSenderDataConfiguration getSenderData()
setSenderData
public void setSenderData(HttpOutputPluginSenderDataConfiguration senderData)
Copyright © 2012-2013. All Rights Reserved.