Netty 3.10.5.Final(build 2016/02/27)
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 

Z

Z_BEST_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_BEST_SPEED - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_BUF_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_DATA_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_DEFAULT_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_DEFAULT_STRATEGY - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_ERRNO - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_FILTERED - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_FINISH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_FULL_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_HUFFMAN_ONLY - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_MEM_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_NEED_DICT - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_NO_COMPRESSION - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_NO_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_OK - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_PARTIAL_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_STREAM_END - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_STREAM_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_SYNC_FLUSH - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
Z_VERSION_ERROR - 类 中的静态变量org.jboss.netty.util.internal.jzlib.JZlib
 
ZlibDecoder - org.jboss.netty.handler.codec.compression中的类
Decompresses a ChannelBuffer using the deflate algorithm.
ZlibDecoder() - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
ZlibDecoder(ZlibWrapper) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the specified wrapper.
ZlibDecoder(byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibDecoder
Creates a new instance with the specified preset dictionary.
ZlibEncoder - org.jboss.netty.handler.codec.compression中的类
Compresses a ChannelBuffer using the deflate algorithm.
ZlibEncoder() - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
ZlibEncoder(int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
ZlibEncoder(ZlibWrapper) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified wrapper.
ZlibEncoder(ZlibWrapper, int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified wrapper.
ZlibEncoder(ZlibWrapper, int, int, int) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified wrapper.
ZlibEncoder(byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified preset dictionary.
ZlibEncoder(int, byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary.
ZlibEncoder(int, int, int, byte[]) - 类 的构造器org.jboss.netty.handler.codec.compression.ZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified preset dictionary.
ZlibWrapper - org.jboss.netty.handler.codec.compression中的枚举
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
ZStream - org.jboss.netty.util.internal.jzlib中的类
 
ZStream() - 类 的构造器org.jboss.netty.util.internal.jzlib.ZStream
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z 
Netty 3.10.5.Final(build 2016/02/27)

Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.