A ReadStream of HttpServerRequest, used for notifying http request to a HttpServer.
Anything
HttpServerRequestStream
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
HttpServerRequestStream(HttpServerRequestStream unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
endHandler | shared actual default HttpServerRequestStream endHandler(Anything()? endHandler) Set an end handler. Once the stream has ended, and there is no more data to be read, this handler will be called. Refines ReadStream.endHandler |
exceptionHandler | shared actual default HttpServerRequestStream exceptionHandler(Anything(Throwable)? handler) Set an exception handler. Refines StreamBase.exceptionHandler |
handler | shared actual default HttpServerRequestStream handler(Anything(HttpServerRequest)? handler) Set a data handler. As data is read, the handler will be called with the data. Refines ReadStream.handler |
pause | shared actual default HttpServerRequestStream pause() Pause the Refines ReadStream.pause |
resume | shared actual default HttpServerRequestStream resume() Resume reading. If the Refines ReadStream.resume |
Inherited Methods |
Methods inherited from: Object equals |
Methods inherited from: ReadStream<T> |
Methods inherited from: StreamBase |