|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpHeaderListener
A listener for http headers.
| Method Summary | |
|---|---|
void |
closed()
The socket connection has been closed, either by this end or the other side. |
void |
httpHeaderRead(HttpHeader header,
BufferHandle bh,
boolean keepalive,
boolean isChunked,
long dataSize)
One http header has been read |
| Methods inherited from interface rabbit.httpio.AsyncListener |
|---|
failed, timeout |
| Method Detail |
|---|
void httpHeaderRead(HttpHeader header,
BufferHandle bh,
boolean keepalive,
boolean isChunked,
long dataSize)
header - the HttpHeader that was readbh - the BufferHandle that may or may not hold unread data.keepalive - if the sender want to use keepalive.isChunked - if false content is not chunked,
if true content is chunked.dataSize - the contents size or -1 if size is unknown.void closed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||