public class FaspProxy extends Object
This class can be used to define a Fasp proxy in the format dnat(s)://[user[:password]@]server[:port] if the transfer started with
FaspManager
will go through a Fasp proxy.
Usage is:
XferParams params = new XferParams(); params.faspProxy = new FaspProxy("faspproxy.corporate.example.com");or
XferParams params = new XferParams(); params.faspProxy = new FaspProxy("faspproxy.corporate.example.com");to set a proxy for the transfer.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_DNAT_PORT
Fasp proxy default port (dnat)
|
static String |
DEFAULT_DNATS_PORT
Fasp proxy default port when using secure channel (dnats)
|
public static final String DEFAULT_DNAT_PORT
public static final String DEFAULT_DNATS_PORT
public FaspProxy(String server)
server
- the serverCopyright © 2017 Aspera Inc.. All rights reserved.