| Package | Description |
|---|---|
| be.yildiz.module.network.netty.factory |
Contains the elements to build client or server.
|
| be.yildiz.module.network.netty.server |
| Modifier and Type | Method and Description |
|---|---|
static ServerNetty |
NettyFactory.createHttpServerNetty(int port,
List<String> forbiddenFiles)
Create a new http server for Netty.
|
static ServerNetty |
NettyFactory.createServerNetty(int port,
HandlerFactory factory)
Create a new server for Netty.
|
static ServerNetty |
NettyFactory.createServerNetty(String address,
int port,
HandlerFactory factory)
Create a new server for Netty.
|
| Modifier and Type | Method and Description |
|---|---|
static ServerNetty |
ServerNetty.fromAddress(io.netty.bootstrap.ServerBootstrap bootstrap,
String address,
int port)
Create a new Netty server.
|
static ServerNetty |
ServerNetty.fromPort(io.netty.bootstrap.ServerBootstrap bootstrap,
int port)
Create a new Netty server.
|
Copyright © 2014–2016. All rights reserved.