org.mortbay.jetty.client
Interface HttpEventListener
- All Known Implementing Classes:
- HttpEventListenerWrapper, SecurityListener, WebdavListener
public interface HttpEventListener
- Author:
- jesse
onRequestCommitted
void onRequestCommitted()
throws IOException
- Throws:
IOException
onRequestComplete
void onRequestComplete()
throws IOException
- Throws:
IOException
onResponseStatus
void onResponseStatus(org.mortbay.io.Buffer version,
int status,
org.mortbay.io.Buffer reason)
throws IOException
- Throws:
IOException
onResponseHeader
void onResponseHeader(org.mortbay.io.Buffer name,
org.mortbay.io.Buffer value)
throws IOException
- Throws:
IOException
onResponseHeaderComplete
void onResponseHeaderComplete()
throws IOException
- Throws:
IOException
onResponseContent
void onResponseContent(org.mortbay.io.Buffer content)
throws IOException
- Throws:
IOException
onResponseComplete
void onResponseComplete()
throws IOException
- Throws:
IOException
onConnectionFailed
void onConnectionFailed(Throwable ex)
onException
void onException(Throwable ex)
onExpire
void onExpire()
onRetry
void onRetry()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.