public class DavContext extends Object
| Modifier and Type | Method and Description |
|---|---|
static DavRequest |
currentRequest()
Return the DavRequest currently bound to the thread.
|
static DavResponse |
currentResponse()
Return the DavResponse currently bound to the thread.
|
public static DavRequest currentRequest() throws IllegalStateException
IllegalStateException - if no DavRequest object
is bound to the current thread.public static DavResponse currentResponse() throws IllegalStateException
IllegalStateException - if no DavResponse object
is bound to the current thread.Copyright © ITHit. All Rights Reserved.