ClientHttpHandler.Adapter

Undocumented in source.

Members

Functions

badMessage
ClientHttpHandler.Adapter badMessage(Action6!(int, string, Request, Response, HttpOutputStream, HttpConnection) b)
Undocumented in source. Be warned that the author may not have intended to support it.
content
ClientHttpHandler.Adapter content(Func5!(ByteBuffer, Request, Response, HttpOutputStream, HttpConnection, bool) c)
Undocumented in source. Be warned that the author may not have intended to support it.
contentComplete
ClientHttpHandler.Adapter contentComplete(Func4!(Request, Response, HttpOutputStream, HttpConnection, bool) c)
Undocumented in source. Be warned that the author may not have intended to support it.
continueToSendData
ClientHttpHandler.Adapter continueToSendData(Action4!(Request, Response, HttpOutputStream, HttpConnection) c)
Undocumented in source. Be warned that the author may not have intended to support it.
continueToSendData
void continueToSendData(Request request, Response response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
earlyEOF
ClientHttpHandler.Adapter earlyEOF(Action4!(Request, Response, HttpOutputStream, HttpConnection) e)
Undocumented in source. Be warned that the author may not have intended to support it.
headerComplete
ClientHttpHandler.Adapter headerComplete(Func4!(Request, Response, HttpOutputStream, HttpConnection, bool) h)
Undocumented in source. Be warned that the author may not have intended to support it.
messageComplete
ClientHttpHandler.Adapter messageComplete(Func4!(Request, Response, HttpOutputStream, HttpConnection, bool) m)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_continueToSendData
Action4!(Request, Response, HttpOutputStream, HttpConnection) _continueToSendData;
Undocumented in source.

Inherited Members

From HttpHandlerAdapter

_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.

From ClientHttpHandler

continueToSendData
void continueToSendData(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source.
Adapter
class Adapter
Undocumented in source.

Meta