Uses of Class
org.apache.qpid.transport.Type

Packages that use Type
org.apache.qpid.transport   
org.apache.qpid.transport.codec   
 

Uses of Type in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return Type
static Type Type.get(byte code)
           
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Type in org.apache.qpid.transport.codec
 

Methods in org.apache.qpid.transport.codec that return Type
(package private) static Type AbstractEncoder.resolve(Class klass)
           
 



Licensed to the Apache Software Foundation