public interface ResponseBodyReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Request request,
Response response)
Indicate whether this reader is interested in the specified response.
|
void |
close()
Notifies the reader that the end of the content was reached.
|
void |
read(byte[] buffer,
int offset,
int length)
Receive notification of body content.
|
boolean accept(Request request, Response response)
void read(byte[] buffer,
int offset,
int length)
buffer - the content bufferoffset - the offset within the buffer that content startslength - the length of the contentvoid close()
© Copyright 2003 The Free Software Foundation, all rights reserved