Uses of Interface
railo.runtime.net.proxy.ProxyData

Packages that use ProxyData
railo.commons.io.res.type.http   
railo.commons.net.http   
railo.commons.net.http.httpclient3   
railo.commons.net.http.httpclient4   
railo.runtime.config   
railo.runtime.functions.other   
railo.runtime.net.proxy   
railo.runtime.net.rpc.client   
railo.runtime.net.smtp   
railo.runtime.schedule   
 

Uses of ProxyData in railo.commons.io.res.type.http
 

Fields in railo.commons.io.res.type.http declared as ProxyData
 ProxyData HTTPConnectionData.proxyData
           
 

Methods in railo.commons.io.res.type.http with parameters of type ProxyData
 void HTTPConnectionData.setProxyData(ProxyData proxyData)
           
 void HTTPResource.setProxyData(ProxyData pd)
           
 

Constructors in railo.commons.io.res.type.http with parameters of type ProxyData
HTTPConnectionData(String username, String password, String host, int port, String path, ProxyData proxyData, String userAgent)
           
 

Uses of ProxyData in railo.commons.net.http
 

Methods in railo.commons.net.http with parameters of type ProxyData
static HTTPResponse HTTPEngine.delete(URL url, String username, String password, int timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine.get(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine.head(URL url, String username, String password, int timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine.post(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine.put(URL url, String username, String password, int timeout, int maxRedirect, String mimetype, String charset, String useragent, ProxyData proxy, Header[] headers, Object body)
           
 

Uses of ProxyData in railo.commons.net.http.httpclient3
 

Methods in railo.commons.net.http.httpclient3 with parameters of type ProxyData
static HTTPResponse HTTPEngine3Impl.delete(URL url, String username, String password, int timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine3Impl.get(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine3Impl.head(URL url, String username, String password, int timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine3Impl.post(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
           
static HTTPResponse HTTPEngine3Impl.put(URL url, String username, String password, int timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers, Object body)
           
 

Uses of ProxyData in railo.commons.net.http.httpclient4
 

Methods in railo.commons.net.http.httpclient4 with parameters of type ProxyData
static HTTPResponse HTTPEngine4Impl.delete(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
          does a http delete request
static HTTPResponse HTTPEngine4Impl.get(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
          does a http get request
static HTTPResponse HTTPEngine4Impl.head(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
          does a http head request
static HTTPResponse HTTPEngine4Impl.post(URL url, String username, String password, long timeout, int maxRedirect, String charset, String useragent, ProxyData proxy, Header[] headers)
          does a http post request
static HTTPResponse HTTPEngine4Impl.put(URL url, String username, String password, long timeout, int maxRedirect, String mimetype, String charset, String useragent, ProxyData proxy, Header[] headers, Object body)
          does a http put request
static void HTTPEngine4Impl.setProxy(org.apache.http.impl.client.DefaultHttpClient client, org.apache.http.client.methods.HttpUriRequest request, ProxyData proxy)
           
 

Uses of ProxyData in railo.runtime.config
 

Methods in railo.runtime.config that return ProxyData
 ProxyData RemoteClientImpl.getProxyData()
           
 ProxyData ConfigImpl.getProxyData()
           
 ProxyData RemoteClient.getProxyData()
           
 ProxyData Config.getProxyData()
          return default proxy setting password
 

Constructors in railo.runtime.config with parameters of type ProxyData
RemoteClientImpl(String label, String type, String url, String serverUsername, String serverPassword, String adminPassword, ProxyData proxyData, String securityKey, String usage)
           
 

Uses of ProxyData in railo.runtime.functions.other
 

Methods in railo.runtime.functions.other with parameters of type ProxyData
static Object CreateObject.doWebService(PageContext pc, String wsdlUrl, String username, String password, ProxyData proxy)
           
 

Uses of ProxyData in railo.runtime.net.proxy
 

Classes in railo.runtime.net.proxy that implement ProxyData
 class ProxyDataImpl
           
 

Fields in railo.runtime.net.proxy declared as ProxyData
static ProxyData ProxyDataImpl.NO_PROXY
           
 

Methods in railo.runtime.net.proxy that return ProxyData
static ProxyData ProxyDataImpl.getInstance(String proxyserver, int proxyport, String proxyuser, String proxypassword)
           
 

Methods in railo.runtime.net.proxy with parameters of type ProxyData
static boolean ProxyDataImpl.hasCredentials(ProxyData data)
           
static boolean ProxyDataImpl.isValid(ProxyData pd)
           
static void Proxy.start(ProxyData proxyData)
           
 

Uses of ProxyData in railo.runtime.net.rpc.client
 

Constructors in railo.runtime.net.rpc.client with parameters of type ProxyData
RPCClient(String wsdlUrl, ProxyData proxyData)
           
RPCClient(String wsdlUrl, String username, String password, ProxyData proxyData)
           
 

Uses of ProxyData in railo.runtime.net.smtp
 

Methods in railo.runtime.net.smtp that return ProxyData
 ProxyData SMTPClient.getProxyData()
           
 

Methods in railo.runtime.net.smtp with parameters of type ProxyData
 void SMTPClient.setProxyData(ProxyData proxyData)
           
 

Uses of ProxyData in railo.runtime.schedule
 

Methods in railo.runtime.schedule that return ProxyData
 ProxyData ScheduleTaskImpl.getProxyData()
           
 ProxyData ScheduleTask.getProxyData()
           
 

Constructors in railo.runtime.schedule with parameters of type ProxyData
ScheduleTaskImpl(String task, Resource file, Date startDate, Time startTime, Date endDate, Time endTime, String url, int port, String interval, long timeout, Credentials credentials, ProxyData proxy, boolean resolveURL, boolean publish, boolean hidden, boolean readonly, boolean paused, boolean autoDelete)
          constructor of the class
 



Copyright © 2012 Railo