Http1ClientResponseHandler

Constructors

this
this(ClientHttpHandler clientHttpHandler)
Undocumented in source.

Members

Functions

badMessage
void badMessage(BadMessageException failure)
Undocumented in source. Be warned that the author may not have intended to support it.
badMessage
void badMessage(int status, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
content
bool content(ByteBuffer item)
Undocumented in source. Be warned that the author may not have intended to support it.
contentComplete
bool contentComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
earlyEOF
void earlyEOF()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeaderCacheSize
int getHeaderCacheSize()
Undocumented in source. Be warned that the author may not have intended to support it.
headerComplete
bool headerComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
http1MessageComplete
bool http1MessageComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
messageComplete
bool messageComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
onReady
void onReady()
Undocumented in source. Be warned that the author may not have intended to support it.
parsedHeader
void parsedHeader(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
parsedTrailer
void parsedTrailer(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
startResponse
bool startResponse(HttpVersion ver, int status, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientHttpHandler
ClientHttpHandler clientHttpHandler;
Undocumented in source.
connection
Http1ClientConnection connection;
Undocumented in source.
outputStream
HttpOutputStream outputStream;
Undocumented in source.
request
HttpRequest request;
Undocumented in source.
response
HttpResponse response;
Undocumented in source.
trailer
HttpFields trailer;
Undocumented in source.

Inherited Members

From HttpResponseParsingHandler

startResponse
bool startResponse(HttpVersion ver, int status, string reason)

This is the method called by parser when the HTTP request line is parsed

Meta