| Package | Description |
|---|---|
| org.voovan.network | |
| org.voovan.network.filter |
| Modifier and Type | Field and Description |
|---|---|
protected Chain<IoFilter> |
SocketContext.filterChain |
| Modifier and Type | Method and Description |
|---|---|
Chain<IoFilter> |
SocketContext.filterChain()
获取过滤器链
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteFilter
Byte数据过滤器
encode 传入为 byte[]
decode 返回为 byte[]
255+4位为数据长度+255+数据
|
class |
CipherFilter
对称密钥加密截断器
|
class |
StringFilter
String 过滤器
|
class |
ZipFilter
Some description
|
Copyright © 2019 Voovan. All rights reserved.