Package com.luciad.loaders
Class Proxy
java.lang.Object
com.luciad.loaders.Proxy
- All Implemented Interfaces:
AutoCloseable
Represents the proxy server.
-
Constructor Details
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
getHost
Returns the proxy host.- Returns:
- the proxy host.
-
getPort
public int getPort()Returns the proxy port.If defined, this is a strict positive integer.
- Returns:
- the proxy port.
-