Uses of Class
be.re.net.Headers

Packages that use Headers
be.re.net   
be.re.webdav   
 

Uses of Headers in be.re.net
 

Methods in be.re.net with parameters of type Headers
 void Headers.add(Headers headers)
          Adds all the headers in headers.
 

Uses of Headers in be.re.webdav
 

Fields in be.re.webdav declared as Headers
 Headers Client.Options.headers
          All the headers returned in the options response.
 

Methods in be.re.webdav that return Headers
 Headers Client.Response.getHeaders()
          Returns the response headers.
 Headers Client.head(URL url)
          Returns the headers of a resource.
 

Methods in be.re.webdav with parameters of type Headers
 Client.Response Client.operation(String method, URL url, Headers headersIn, InputStream body)
          The low-level method that communicates with the server.
 

Constructors in be.re.webdav with parameters of type Headers
Client.Response(URL url, String method, Headers headers)
           
Client.Response(URL url, String method, Headers headers, InputStream body)