Uses of Interface
org.jboss.netty.handler.codec.http2.Attribute

Packages that use Attribute
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Uses of Attribute in org.jboss.netty.handler.codec.http2
 

Classes in org.jboss.netty.handler.codec.http2 that implement Attribute
 class DiskAttribute
          Disk implementation of Attributes
 class MemoryAttribute
          Memory implementation of Attributes
 class MixedAttribute
          Mixed implementation using both in Memory and in File with a limit of size
 

Methods in org.jboss.netty.handler.codec.http2 that return Attribute
 Attribute HttpDataFactory.createAttribute(HttpRequest request, String name)
           
 Attribute DefaultHttpDataFactory.createAttribute(HttpRequest request, String name)
           
 Attribute HttpDataFactory.createAttribute(HttpRequest request, String name, String value)
           
 Attribute DefaultHttpDataFactory.createAttribute(HttpRequest request, String name, String value)
           
 

Methods in org.jboss.netty.handler.codec.http2 with parameters of type Attribute
 int MemoryAttribute.compareTo(Attribute o)
           
 int DiskAttribute.compareTo(Attribute o)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.