| Package | Description |
|---|---|
| be.yildiz.module.network.netty | |
| be.yildiz.module.network.netty.client | |
| be.yildiz.module.network.netty.factory |
Contains the elements to build client or server.
|
| be.yildiz.module.network.netty.server |
| Constructor and Description |
|---|
NettyChannelInitializer(HandlerFactory factory)
Create a new instance and register the handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleClientHandlerFactory |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
HttpStaticFileServerHandlerFactory |
class |
SessionServerHandlerFactory |
Copyright © 2014–2016. All rights reserved.