| 软件包 | 描述 | 
|---|---|
| io.netty.handler.codec.http |  
          
           编码器,解码器及其相关的HTTP消息类型。 
            |  
       
| io.netty.handler.codec.http.websocketx |  
           
          Web Socket数据帧的编码器,解码器,握手及其相关消息类型。 
            |  
       
| io.netty.handler.codec.memcache |  
          
           ascii和二进制类的通用超集。 
            |  
       
| io.netty.handler.codec.memcache.binary |  
          
           Memcache二进制协议的实现和接口。 
            |  
       
| io.netty.handler.codec.redis |  
          
           编码器,Redis解码器。 
            |  
       
| io.netty.handler.codec.stomp |  
           
          STOMP编解码器 
            |  
       
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          HttpClientUpgradeHandler 
           
             用于处理与另一个协议的HTTP升级握手的客户端处理程序。 
              |  
         
class  |  
          HttpObjectAggregator 
            
            A   ChannelHandler将HttpMessage及其后续HttpContent合并为一个FullHttpRequest或FullHttpResponse (取决于它是否用于处理请求或响应)而没有以下HttpContent 。 
            |  
         
class  |  
          HttpServerUpgradeHandler 
           
             服务器端处理程序,用于接收HTTP请求,并且可以在支持所请求的协议时选择执行协议切换。 
              |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          WebSocketFrameAggregator 
           
             处理程序聚合碎片WebSocketFrame的。 
              |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          AbstractMemcacheObjectAggregator<H extends MemcacheMessage> 
             |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          BinaryMemcacheObjectAggregator 
           
             memcache二进制协议的对象聚合器。 
              |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          RedisBulkStringAggregator 
             |  
         
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          StompSubframeAggregator 
             |  
         
Copyright © 2008–2018 The Netty Project. All rights reserved.