public static class LightHttpServer.HttpMessageWriter
extends java.lang.Object
HttpMessageReader which assumes ASCII for all messages as
a performance optimization. Caller is responsible for flushing the writer.
Exposed publicly as a hack to support WebSocket upgrade.| Constructor and Description |
|---|
HttpMessageWriter(java.io.BufferedOutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
writeLine() |
void |
writeLine(java.lang.String line) |