public class HttpChunkServer
extends java.lang.Object
NOTE: This is copying via user space to allow for transformations and just as a demo for streaming data. This should not be used as a file server which should be done with zero-copy support.
| Constructor and Description |
|---|
HttpChunkServer(int port,
java.lang.String textFile) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.netty.protocol.http.server.HttpServer<io.netty.buffer.ByteBuf,io.netty.buffer.ByteBuf> |
createServer() |
static void |
main(java.lang.String[] args) |