- accept100Continue
bool accept100Continue(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- accept100Continue
ServerHttpHandlerAdapter accept100Continue(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) a)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptConnection
ServerHttpHandlerAdapter acceptConnection(Action1!HttpConnection c)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptConnection
void acceptConnection(HttpConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptHttpTunnelConnection
ServerHttpHandlerAdapter acceptHttpTunnelConnection(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpServerConnection, bool) a)
Undocumented in source. Be warned that the author may not have intended to support it.
- acceptHttpTunnelConnection
bool acceptHttpTunnelConnection(HttpRequest request, HttpResponse response, HttpOutputStream output, HttpServerConnection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
- badMessage
ServerHttpHandlerAdapter 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
ServerHttpHandlerAdapter 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
ServerHttpHandlerAdapter contentComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) c)
Undocumented in source. Be warned that the author may not have intended to support it.
- earlyEOF
ServerHttpHandlerAdapter earlyEOF(Action4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection) e)
Undocumented in source. Be warned that the author may not have intended to support it.
- headerComplete
ServerHttpHandlerAdapter headerComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) h)
Undocumented in source. Be warned that the author may not have intended to support it.
- messageComplete
ServerHttpHandlerAdapter messageComplete(Func4!(HttpRequest, HttpResponse, HttpOutputStream, HttpConnection, bool) m)
Undocumented in source. Be warned that the author may not have intended to support it.
- serverOptions
HttpServerOptions serverOptions()
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.