public final class PlainTextServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WELCOME_MSG |
| Constructor and Description |
|---|
PlainTextServer(int port) |
| 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) |
public static final java.lang.String WELCOME_MSG