- badMessage
AbstractClientHttpHandler badMessage(Action6!(int, string, HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- content
AbstractClientHttpHandler content(Func5!(ByteBuffer, HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) c)
Undocumented in source. Be warned that the author may not have intended to support it.
- contentComplete
AbstractClientHttpHandler contentComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) c)
Undocumented in source. Be warned that the author may not have intended to support it.
- continueToSendData
AbstractClientHttpHandler continueToSendData(Action4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) c)
Undocumented in source. Be warned that the author may not have intended to support it.
- continueToSendData
void continueToSendData(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- earlyEOF
AbstractClientHttpHandler earlyEOF(Action4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) e)
Undocumented in source. Be warned that the author may not have intended to support it.
- headerComplete
AbstractClientHttpHandler headerComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) h)
Undocumented in source. Be warned that the author may not have intended to support it.
- messageComplete
AbstractClientHttpHandler messageComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) m)
Undocumented in source. Be warned that the author may not have intended to support it.
- _headerComplete
Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) _headerComplete;
Undocumented in source.
- _content
Func5!(ByteBuffer, HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) _content;
Undocumented in source.
- _contentComplete
Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) _contentComplete;
Undocumented in source.
- _messageComplete
Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) _messageComplete;
Undocumented in source.
- _badMessage
Action6!(int, string, HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) _badMessage;
Undocumented in source.
- _earlyEOF
Action4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) _earlyEOF;
Undocumented in source.
- headerComplete
bool headerComplete(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- content
bool content(ByteBuffer item, HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- contentComplete
bool contentComplete(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- messageComplete
bool messageComplete(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- badMessage
void badMessage(int status, string reason, HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- earlyEOF
void earlyEOF(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.