| Constructor and Description |
|---|
HandlerForBinary() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Returns the content or null.
|
HttpResponse |
getResponse()
Returns the HttpResponse, which represents meta-information associated with the HTTP response.
|
void |
handle(UserAgent ua,
HttpResponse response,
InputStream is,
BufferedReader br)
satisfies interface.
|
public void handle(UserAgent ua, HttpResponse response, InputStream is, BufferedReader br) throws Exception
public HttpResponse getResponse()
public byte[] getContent()
getContent in interface Handler<byte[]>