Uses of Interface
railo.commons.net.http.Header

Packages that use Header
railo.commons.net.http   
railo.commons.net.http.httpclient3   
railo.commons.net.http.httpclient4   
railo.runtime.util   
 

Uses of Header in railo.commons.net.http
 

Methods in railo.commons.net.http that return Header
 Header[] HTTPResponse.getAllHeaders()
           
 Header HTTPResponse.getLastHeader(String name)
           
 Header HTTPResponse.getLastHeaderIgnoreCase(String name)
           
static Header HTTPEngine.header(String name, String value)
           
 

Methods in railo.commons.net.http with parameters of type Header
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 Header in railo.commons.net.http.httpclient3
 

Classes in railo.commons.net.http.httpclient3 that implement Header
 class HeaderImpl
           
 class HeaderWrap
           
 

Methods in railo.commons.net.http.httpclient3 that return Header
 Header[] HTTPResponse3Impl.getAllHeaders()
           
 Header HTTPResponse3Impl.getLastHeader(String name)
           
 Header HTTPResponse3Impl.getLastHeaderIgnoreCase(String name)
           
static Header HTTPEngine3Impl.header(String name, String value)
           
 

Methods in railo.commons.net.http.httpclient3 with parameters of type Header
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 Header in railo.commons.net.http.httpclient4
 

Methods in railo.commons.net.http.httpclient4 that return Header
 Header[] HTTPResponse4Impl.getAllHeaders()
           
 Header HTTPResponse4Impl.getLastHeader(String name)
           
static Header HTTPResponse4Impl.getLastHeaderIgnoreCase(org.apache.http.HttpResponse rsp, String name)
           
 Header HTTPResponse4Impl.getLastHeaderIgnoreCase(String name)
           
static Header HTTPEngine4Impl.header(String name, String value)
           
 

Methods in railo.commons.net.http.httpclient4 with parameters of type Header
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
 

Uses of Header in railo.runtime.util
 

Methods in railo.runtime.util with parameters of type Header
 HTTPResponse HTTPUtilImpl.delete(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
           
 HTTPResponse HTTPUtil.delete(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
           
 HTTPResponse HTTPUtilImpl.get(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
           
 HTTPResponse HTTPUtil.get(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
          make a http requst to given url
 HTTPResponse HTTPUtilImpl.head(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
           
 HTTPResponse HTTPUtil.head(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers)
           
 HTTPResponse HTTPUtilImpl.put(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers, Object body)
           
 HTTPResponse HTTPUtil.put(URL url, String username, String password, int timeout, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers, Object body)
           
 HTTPResponse HTTPUtilImpl.put(URL url, String username, String password, int timeout, String mimetype, String charset, String useragent, String proxyserver, int proxyport, String proxyuser, String proxypassword, Header[] headers, Object body)
           
 



Copyright © 2012 Railo