public interface BindServletRequest
BindServletRequest provides extension useful for functionality
 related to BIND specification.| Modifier and Type | Method and Description | 
|---|---|
| BindInfo | getBindInfo()Returns the  BindInfopresent with the request | 
| DavResourceLocator | getHrefLocator(String href)Parses a href and returns the path of the resource. | 
| DavResourceLocator | getMemberLocator(String segment)Returns the path of the member resource of the request resource which is identified by the segment parameter. | 
| RebindInfo | getRebindInfo()Returns the  RebindInfopresent with the request | 
| UnbindInfo | getUnbindInfo()Returns the  UnbindInfopresent with the request | 
RebindInfo getRebindInfo() throws DavException
RebindInfo present with the requestRebindInfo objectDavException - in case of an invalid or missing request bodyUnbindInfo getUnbindInfo() throws DavException
UnbindInfo present with the requestUnbindInfo objectDavException - in case of an invalid or missing request bodyBindInfo getBindInfo() throws DavException
BindInfo present with the requestBindInfo objectDavException - in case of an invalid or missing request bodyDavResourceLocator getHrefLocator(String href) throws DavException
DavExceptionDavResourceLocator getMemberLocator(String segment)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.