org.deegree.enterprise
Interface Proxy

All Known Implementing Classes:
Proxy_Impl

public interface Proxy

encapsulates proxy informations and offers a method for setting and unsetting the proxy

Version:
$Revision: 1.1 $
Author:
Andreas Poth

Method Summary
 java.lang.String getProxyHost()
          retuns the proxy host definition
 java.lang.String getProxyPort()
          returns the proxy port definition
 void setProxy(boolean proxySet)
          sets or unsets the proxy by writing the proxyHost and the proxyPort to the system properties.
 

Method Detail

getProxyHost

public java.lang.String getProxyHost()
retuns the proxy host definition

Returns:

getProxyPort

public java.lang.String getProxyPort()
returns the proxy port definition

Returns:

setProxy

public void setProxy(boolean proxySet)
sets or unsets the proxy by writing the proxyHost and the proxyPort to the system properties.

Parameters:
proxySet -