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