hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
DataFrameHandler
hunt
http
codec
http
stream
DataFrameHandler
abstract
class
DataFrameHandler {
static
void
handleDataFrame
(DataFrame dataFrame, Callback callback, HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection, HttpHandler httpHandler);
}
Members
Static functions
handleDataFrame
void
handleDataFrame
(DataFrame dataFrame, Callback callback, HttpRequest request, HttpResponse response, HttpOutputStream output, HttpConnection connection, HttpHandler httpHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
http
codec
http
stream
DataFrameHandler
classes
DataFrameHandler