| Package | Description |
|---|---|
| org.voovan.network | |
| org.voovan.network.filter |
| Modifier and Type | Method and Description |
|---|---|
Object |
IoFilter.decode(IoSession session,
Object object)
过滤器解密函数,接收事件(onRecive)前调用
onRecive事件前调用
|
Object |
IoFilter.encode(IoSession session,
Object object)
过滤器加密函数,发送事件(onSend)前调用
send事件前调用
|
static Object |
EventProcess.filterDecoder(IoSession session,
ByteBuffer readedBuffer)
使用过滤器过滤解码结果
|
static ByteBuffer |
EventProcess.filterEncoder(IoSession session,
Object result)
使用过滤器编码结果
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CipherFilter.decode(IoSession session,
Object object) |
Object |
ZipFilter.decode(IoSession session,
Object object) |
Object |
CipherFilter.encode(IoSession session,
Object object) |
Object |
ZipFilter.encode(IoSession session,
Object object) |
Copyright © 2019 Voovan. All rights reserved.