|
|||||||||
上一个 下一个 | 框架 无框架 |
软件包 | |
---|---|
org.jboss.netty.bootstrap | 提供能够初始化客户端channel和服务端channel的简单实现的IoC/DI 友好帮助类集. |
org.jboss.netty.buffer | 一个字节缓冲的抽象 - 表现一个底层二进制和文本消息的基础数据结构. |
org.jboss.netty.channel | 核心通道API是异步的并且是各种传输的事件驱动抽象,如NIO Channel. |
org.jboss.netty.channel.group | 一个用于帮助一个用户维护打开的Channel 列表和为它们执行批量操作的channel注册机. |
org.jboss.netty.channel.local | 允许同一个虚拟机器的两部分通讯的虚拟传输. |
org.jboss.netty.channel.socket | 扩张核心Channel API的抽象TCP和UDP套接字接口. |
org.jboss.netty.channel.socket.http | 一个基于HTTP客户端的SocketChannel 和它相应的服务端Servlet实现让你的服务器应用程序可以工作在防火墙网络里. |
org.jboss.netty.channel.socket.nio | 基于NIO套接字通道API实现- 推荐用于大连接数(>= 1000). |
org.jboss.netty.channel.socket.oio | 基于套接字通道API实现的旧的阻塞I/O - 推荐用于小连接数(< 1000). |
org.jboss.netty.container.microcontainer | 集成JBoss微容器. |
org.jboss.netty.container.osgi | 集成OSGi框架. |
org.jboss.netty.container.spring | 集成Spring框架. |
org.jboss.netty.handler.codec.base64 | Encoder and decoder which transform a
Base64-encoded
String or ChannelBuffer
into a decoded ChannelBuffer and vice versa. |
org.jboss.netty.handler.codec.compression | Encoder and decoder which compresses and decompresses ChannelBuffer s
in a compression format such as zlib
and gzip. |
org.jboss.netty.handler.codec.embedder | A helper that wraps an encoder or a decoder so that they can be used without doing actual I/O in unit tests or higher level codecs. |
org.jboss.netty.handler.codec.frame | Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP. |
org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. |
org.jboss.netty.handler.codec.http.websocket | Encoder, decoder and their related message types for Web Socket data frames. |
org.jboss.netty.handler.codec.oneone | Simplistic abstract classes which help implement encoder and decoder that transform an object into another object and vice versa. |
org.jboss.netty.handler.codec.protobuf | Encoder and decoder which transform a
Google Protocol Buffers
Message into a ChannelBuffer
and vice versa. |
org.jboss.netty.handler.codec.replay | Specialized variation of FrameDecoder
which enables implementation of a non-blocking decoder in the blocking I/O
paradigm. |
org.jboss.netty.handler.codec.rtsp | 基于HTTP编解码器的RTSP 扩展. |
org.jboss.netty.handler.codec.serialization | 用来转换一个Serializable 对象到一个字节缓冲和反转的编码器,解码器和它们兼容的流实现. |
org.jboss.netty.handler.codec.string | 用于转换String 为ChannelBuffer 或反转的编码器和解码器. |
org.jboss.netty.handler.execution | 基于Executor 实现的多线程模型,把业务逻辑从I/O线程中分离出来 |
org.jboss.netty.handler.logging | 使用一个InternalLogger 用于调试目的记录一个ChannelEvent . |
org.jboss.netty.handler.queue | 特殊用途的处理器,存储一个事件到内部队列代替直接传播事件.. |
org.jboss.netty.handler.ssl | 基于SSLEngine 的SSL ·
TLS实现 |
org.jboss.netty.handler.stream | 既不会花费很多内存也不会抛出OutOfMemoryError 异常的异步写非常大数据流.如需详细例子, 请参阅org.jboss.netty.example.http.file . |
org.jboss.netty.handler.timeout | 使用一个Timer 为读和写超时和空闲连接添加通知支持. |
org.jboss.netty.logging | 一个简单用于Netty内部的允许用户决定在Netty里使用的日志框架日志层. |
org.jboss.netty.util | 被多个包使用的使用类 |
org.jboss.netty.util.internal | Internal-use-only utilities which is not allowed to be used outside Netty. |
org.jboss.netty.util.internal.jzlib |
|
|||||||||
上一个 下一个 | 框架 无框架 |