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.
|
static void |
reset()
Reset the DavContext for the current 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.public static void reset()
Copyright © ITHit. All Rights Reserved.