Nebula
Nebula
Codec.hpp 文件参考
+ Codec.hpp 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

class  neb::Codec
 

命名空间

 neb
 

枚举

enum  neb::E_CODEC_TYPE {
  neb::CODEC_UNKNOW = 0, neb::CODEC_PROTO = 1, neb::CODEC_NEBULA = 2, neb::CODEC_HTTP = 3,
  neb::CODEC_HTTP_CUSTOM = 4, neb::CODEC_PRIVATE = 5, neb::CODEC_WS_EXTEND_JSON = 6, neb::CODEC_WS_EXTEND_PB = 7
}
 
enum  neb::E_CODEC_STATUS {
  neb::CODEC_STATUS_OK = 0, neb::CODEC_STATUS_PAUSE = 1, neb::CODEC_STATUS_WANT_READ = 2, neb::CODEC_STATUS_WANT_WRITE = 3,
  neb::CODEC_STATUS_INVALID = 4, neb::CODEC_STATUS_ERR = 5, neb::CODEC_STATUS_EOF = 6, neb::CODEC_STATUS_INT = 7
}
 编解码状态 更多...
 

变量

const unsigned int neb::gc_uiGzipBit = 0x10000000
 采用zip压缩 更多...
 
const unsigned int neb::gc_uiZipBit = 0x20000000
 采用gzip压缩 更多...
 
const unsigned int neb::gc_uiRc5Bit = 0x01000000
 采用12轮Rc5加密 更多...
 
const unsigned int neb::gc_uiAesBit = 0x02000000
 采用128位aes加密 更多...