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

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

Uses of Binary in org.apache.qpid.transport
 

Methods in org.apache.qpid.transport that return Binary
 Binary Session.getName()
           
 Binary Binary.slice(int low, int high)
           
 

Methods in org.apache.qpid.transport with parameters of type Binary
 Session Connection.createSession(Binary name, long expiry)
           
 Session Connection.SessionFactory.newSession(Connection conn, Binary name, long expiry)
           
 

Constructors in org.apache.qpid.transport with parameters of type Binary
Session(Connection connection, Binary name, long expiry)
           
Session(Connection connection, SessionDelegate delegate, Binary name, long expiry)
           
 

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

Methods in org.apache.qpid.transport.codec that return Binary
protected  Binary AbstractDecoder.get(int size)
           
protected  Binary BBDecoder.get(int size)
           
 



Licensed to the Apache Software Foundation