org.browsermob.proxy.http
Interface RequestCallback


public interface RequestCallback


Method Summary
 void handleHeaders(org.apache.http.Header[] headers)
           
 void handleStatusLine(org.apache.http.StatusLine statusLine)
           
 void reportError(Exception e)
           
 boolean reportHeader(org.apache.http.Header header)
           
 

Method Detail

handleStatusLine

void handleStatusLine(org.apache.http.StatusLine statusLine)

handleHeaders

void handleHeaders(org.apache.http.Header[] headers)

reportHeader

boolean reportHeader(org.apache.http.Header header)

reportError

void reportError(Exception e)


Copyright © 2011. All Rights Reserved.