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 java.io.IOException
onResponseStatus in interface HttpEventListeneronResponseStatus in class HttpEventListenerWrapperjava.io.IOExceptionpublic void onResponseComplete()
throws java.io.IOException
onResponseComplete in interface HttpEventListeneronResponseComplete in class HttpEventListenerWrapperjava.io.IOExceptionpublic void onRequestComplete()
throws java.io.IOException
onRequestComplete in interface HttpEventListeneronRequestComplete in class HttpEventListenerWrapperjava.io.IOExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.