public class WebdavListener extends HttpEventListenerWrapper
| Constructor and Description |
|---|
WebdavListener(HttpDestination destination,
HttpExchange ex) |
| Modifier and Type | Method and Description |
|---|---|
void |
onRequestComplete() |
void |
onResponseComplete() |
void |
onResponseStatus(Buffer version,
int status,
Buffer reason) |
getEventListener, isDelegatingRequests, isDelegatingResponses, onConnectionFailed, onException, onExpire, onRequestCommitted, onResponseContent, onResponseHeader, onResponseHeaderComplete, onRetry, setDelegatingRequests, setDelegatingResponses, setDelegationResult, setEventListenerpublic WebdavListener(HttpDestination destination, HttpExchange ex)
public void onResponseStatus(Buffer version, int status, Buffer reason) throws IOException
onResponseStatus in interface HttpEventListeneronResponseStatus in class HttpEventListenerWrapperIOExceptionpublic void onResponseComplete()
throws IOException
onResponseComplete in interface HttpEventListeneronResponseComplete in class HttpEventListenerWrapperIOExceptionpublic void onRequestComplete()
throws IOException
onRequestComplete in interface HttpEventListeneronRequestComplete in class HttpEventListenerWrapperIOExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.