| Package | Description |
|---|---|
| be.yildiz.module.network.netty | |
| be.yildiz.module.network.netty.client | |
| be.yildiz.module.network.netty.server |
| Modifier and Type | Method and Description |
|---|---|
DecoderEncoder |
HandlerFactory.getCodec() |
static DecoderEncoder |
DecoderEncoder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecoderEncoder[] |
DecoderEncoder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DecoderEncoder |
SimpleClientNetty.getCodec() |
DecoderEncoder |
SimpleClientHandlerFactory.getCodec() |
DecoderEncoder |
WebSocketClientNetty.getCodec() |
abstract DecoderEncoder |
ClientNetty.getCodec() |
| Constructor and Description |
|---|
SimpleClientHandlerFactory(be.yildiz.module.network.client.ClientCallBack cb,
DecoderEncoder codec) |
| Modifier and Type | Method and Description |
|---|---|
DecoderEncoder |
SessionServerHandlerFactory.getCodec() |
DecoderEncoder |
HttpStaticFileServerHandlerFactory.getCodec() |
| Constructor and Description |
|---|
SessionServerHandlerFactory(be.yildiz.module.network.server.SessionManager sessionManager,
DecoderEncoder codec) |
Copyright © 2014–2016. All rights reserved.