de.extra.client.plugins.outputplugin.config
Class HttpOutputPluginConnectConfiguration

java.lang.Object
  extended by de.extra.client.plugins.outputplugin.config.HttpOutputPluginConnectConfiguration

@Named(value="httpOutputPluginConnectConfiguration")
public class HttpOutputPluginConnectConfiguration
extends Object


Constructor Summary
HttpOutputPluginConnectConfiguration()
           
 
Method Summary
 String getProxyHost()
           
 int getProxyIntPort()
           
 String getProxyPort()
           
 String getProxyPwd()
           
 String getProxyUser()
           
 HttpOutputPluginSenderDataConfiguration getSenderData()
           
 String getServerHost()
           
 String getServerPort()
           
 String getServerURL()
           
 String getSslCertificate()
           
 String getSslTruststoreLocation()
           
 String getSslTruststorePassword()
           
 String getUserAgent()
           
 boolean isProxyAuth()
           
 boolean isProxySet()
           
 boolean isSslCertificateRefresh()
           
 boolean isSslServer()
           
 void setProxyAuth(boolean proxyAuth)
           
 void setProxyHost(String proxyHost)
           
 void setProxyPort(String proxyPort)
           
 void setProxyPwd(String proxyPwd)
           
 void setProxySet(boolean proxySet)
           
 void setProxyUser(String proxyUser)
           
 void setSenderData(HttpOutputPluginSenderDataConfiguration senderData)
           
 void setServerHost(String serverHost)
           
 void setServerPort(String serverPort)
           
 void setServerURL(String serverURL)
           
 void setSslCertificate(String sslCertificate)
           
 void setSslCertificateRefresh(boolean sslCertificateRefresh)
           
 void setSslServer(boolean sslServer)
           
 void setSslTruststoreLocation(String sslTruststoreLocation)
           
 void setSslTruststorePassword(String sslTruststorePassword)
           
 void setUserAgent(String userAgent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpOutputPluginConnectConfiguration

public HttpOutputPluginConnectConfiguration()
Method Detail

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.