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

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

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.runtime.config
 

Methods in railo.runtime.config that return ProxyData
 ProxyData RemoteClientImpl.getProxyData()
           
 ProxyData RemoteClient.getProxyData()
           
 

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 with parameters of type ProxyData
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)
           
 



Copyright © 2012 Railo