be.re.webdav
Interface Util.UrlHandler

Enclosing class:
Util

public static interface Util.UrlHandler

This is for handling DAV:href elements in a multistatus response one by one.

Author:
Werner Donné
See Also:
Util.readUrlList(java.net.URL, be.re.webdav.Client.Response, be.re.webdav.Util.UrlHandler)

Method Summary
 boolean handle(URL href)
           
 

Method Detail

handle

boolean handle(URL href)
Parameters:
href - the resource in the multistatus response entry.
Returns:
To stop processing false should be returned.