public class RxMovieServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
RxMovieServer(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 int DEFAULT_PORT